LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC
MIT License
1 stars 1 forks source link

Consider adding pyarrow and/ or numpy dicts format to list of supported formats for parquet files #66

Closed eacharles closed 3 months ago

eacharles commented 1 year ago

Currently, pandas data frames are the only supported format for parquet files. We might want to add pyarrow and/ or numpy dicts as supported formats

eacharles commented 3 months ago

closed with #93