When I try to save a dataset with a cftime axis to CSV, it fails with ValueError: Ambiguous time values with time_axis = 'None'
It would be great if cftime would also just work with CSV, considering that the CSV format allows dates outside the range of pandas standard np.datetime64[ns].
I can reproduce the problem using a dataset from CMIP, I have attached a notebook which reproduces the error (in a zip to appease github). Using something with dates going back only to 1850, this works nicely.
Maybe I am also doing cftime axes wrong.
reproduce_scmdata_cftime_csv_bug.zip
When I try to save a dataset with a cftime axis to CSV, it fails with
ValueError: Ambiguous time values with time_axis = 'None'It would be great if cftime would also just work with CSV, considering that the CSV format allows dates outside the range of pandas standard
np.datetime64[ns].I can reproduce the problem using a dataset from CMIP, I have attached a notebook which reproduces the error (in a zip to appease github). Using something with dates going back only to 1850, this works nicely.
Maybe I am also doing cftime axes wrong.
reproduce_scmdata_cftime_csv_bug.zip