DataFrameSpool
DataFrameSpool()
An abstract class for spools whose contents are managed by a dataframe.
Methods
Name | Description |
---|---|
chunk | Chunk the data in the spool along specified dimensions. |
get_contents | Get a dataframe of the patches that will be returned by the spool. |
new_from_df | Create a new instance from dataframes. |
select | Sub-select certain dimensions for Spool |
update | Updates the contents of the spool and returns a spool. |