damast.core.partitioning#
Strategies for splitting an AnnotatedDataFrame into multiple export files (e.g. per
day, per hour, per mmsi group) - see AnnotatedDataFrame.export_partitioned().
Classes
|
One file per distinct value of an existing column - e.g. one file per mmsi. |
|
Escape hatch: any custom key expression plus filename formatter. |
|
One file per time bucket of a timestamp column, truncated to a given interval. |
Splits a dataframe into named partitions for export as separate files. |
|
|
A parsed |