bjpop / gurita

A convenient and expressive tool for data analytics and plotting on the command line
MIT License
6 stars 3 forks source link

Support for reading data from formats other than CSV/TSV such as Excel #36

Open bjpop opened 2 years ago

bjpop commented 2 years ago

May be useful to be able to read directly from Excel and other common formats for storing tabular data, such as SQL databases etc.

bjpop commented 1 year ago

Parquet file format would be useful: https://pandas.pydata.org/docs/reference/api/pandas.read_parquet.html