fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

Exporting frames to a json #556

Open sparkitny opened 1 year ago

sparkitny commented 1 year ago

Hi,

I was looking for a functionality to serialize dataframes with strings as column index and DateTime's as row index and double? as values to a format like the pandas function to_json (https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_json.html)

Is there already any function or extension?