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
When using a dask dataframe during line aggregation the chunksize affects the result, this is likely because different chunks aren't processed together effectively splitting the path. In this example I create dask dataframes with varying chunksizes and visualize the effect:
You can see that basically every chunksize or number of partitions produces a slightly different result.
The text was updated successfully, but these errors were encountered:
philippjfr
changed the title
Dask dataframe chunksize affects line aggregation
Dask dataframe chunksize/partioning affects line aggregation
Sep 18, 2017
When using a dask dataframe during line aggregation the chunksize affects the result, this is likely because different chunks aren't processed together effectively splitting the path. In this example I create dask dataframes with varying chunksizes and visualize the effect:
You can see that basically every chunksize or number of partitions produces a slightly different result.
The text was updated successfully, but these errors were encountered: