Replies: 1 comment 1 reply
-
Hey, did you ever figure anything out for this? ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! 😄 Is there support for loading parquet datasets with partitioning as described in the arrow docs?
Particularly, when I use
load_dataset()
, it currently seems not to be able to reconstruct the partition columns as described in the doc. For example, if I create a folder structure:using Pyarrow datasets I can load this dataset, specify the partition columns, and it will automatically add the
year
,month
etc as columns, but I don't see a way to do this throughload_dataset
(which ignores thekey=value
folder structure). Does someone know if there's a way around this?Thanks so much! 😄
Beta Was this translation helpful? Give feedback.
All reactions