write
- CSV.write(data, file_info, **kwargs)[source]
Write a xarray.Dataset to a CSV file.
- Parameters:
data – An DataGroup object that should be saved.
file_info – Path and name of the file as string or FileInfo object.
**kwargs – Additional keyword arguments for pandas.Dataframe.to_csv. See for more details: https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_csv.html
- Returns:
None