## save()


Save data to a file.


Usage


``` python
save(
    data,
    path,
)
```


## Parameters


`data: dict`  
The data to save.

`path: str`  
The file path to write to.


## See Also

[load()](load.md#gdtest_seealso_desc.load)  
Read data from a file

[transform()](transform.md#gdtest_seealso_desc.transform)  
Transform data before saving
