Open spaulaus opened 4 years ago
We only output data into parquet files
We want to open up the data analysis to as many tools as possible. Parquet formats are well known, can be read from a variety of applications, and is NOT custom.
Use some pyarrow action to output everything to parquet.
Expected Behavior
We only output data into parquet files
Context
We want to open up the data analysis to as many tools as possible. Parquet formats are well known, can be read from a variety of applications, and is NOT custom.
Possible Solution (optional)
Use some pyarrow action to output everything to parquet.
Acceptance Criteria