module documentation

GenericDataSet loads/saves data from/to a data file using an underlying filesystem (e.g.: local, S3, GCS). It uses pandas to handle the type of read/write target.

Constant NON_FILE_SYSTEM_TARGETS Undocumented
NON_FILE_SYSTEM_TARGETS: list[str] = (source)

Undocumented

Value
['clipboard',
 'numpy',
 'sql',
 'period',
 'records',
 'timestamp',
 'xarray',
...