You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Parquet is not human readable
Describe the solution you'd like
Moving to csv or some other "excel" compatible format would allow for quicker human inspection.
Describe alternatives you've considered
Adding one intermediate file from which we compute the parquet would allow to have human-readable format and no zero lines (cfr other issue), while keeping the same implementation for the pipeline
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Parquet is not human readable
Describe the solution you'd like
Moving to csv or some other "excel" compatible format would allow for quicker human inspection.
Describe alternatives you've considered
Adding one intermediate file from which we compute the parquet would allow to have human-readable format and no zero lines (cfr other issue), while keeping the same implementation for the pipeline
The text was updated successfully, but these errors were encountered: