Uh oh!
There was an error while loading. Please reload this page.
Saving tables as parquet - #40
Conversation
Zaharid
commented
Feb 10, 2021
Cool. Would be good to have command line options controlling this.
We may want to make sure that various vp actions only trade in strings, e.g. for the replica numbers.
should work. |
I think I rather have this fail on non string column names than it being converted silently. Ultimately we would like this to be able to round trip. Ideally for any dataframe but we will have to live with the constrains here. |
Zaharid
commented
Feb 18, 2021
Looks good from a quick look. |
siranipour
commented
Feb 22, 2021
Think we can merge this boss? |
siranipour
commented
Feb 22, 2021
I'm interested to see if the VP test will pass if we do |
siranipour
commented
Mar 12, 2021
bump |
Just to understand correctly. If in the environment I fix it to save CSVs still then (once the optional dependencies is a thing) this will just be the old behaviour? EDIT: I like the look of this but for another project which uses reportengine I want to have a get out of jail free card if this causes some issues. |
siranipour
commented
Mar 24, 2021
Yes in principle if you do |
Requires pandas 1.2.0 to save multi index df's
also needs the columns to be changed to
strbut that should be fine. Other than that, it works really nicelyAlso requires
pyarrowdependency. Which pandas looks for before looking forfastparquetp.s it'd be nice to do editable installs, feels like im coding with c++ using this flint thing