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. cudf.read_parquet supports reading a list of parquet files but does not support parquet datasets partitioned by columns. cudf.to_parquet(partitions_cols=...) supports writing such parquet datasets.
Describe the solution you'd like
read_parquet call should work with partitioned parquet datasets. dask_cudf.read_parquet supports reading this and some of the logic might apply for cudf as well.
Describe alternatives you've considered dask_cudf.read_parquet and pandas.read_parquet both support reading these datasets.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
cudf.read_parquet
supports reading a list of parquet files but does not support parquet datasets partitioned by columns.cudf.to_parquet(partitions_cols=...)
supports writing such parquet datasets.Describe the solution you'd like
read_parquet call should work with partitioned parquet datasets.
dask_cudf.read_parquet
supports reading this and some of the logic might apply for cudf as well.Describe alternatives you've considered
dask_cudf.read_parquet
andpandas.read_parquet
both support reading these datasets.Additional context
N/A
The text was updated successfully, but these errors were encountered: