Index
Docstrings for the Index class
less than a minute
Objects
setup_dask_client()
Indexed()
Indexed.apply_config_mappings()
Indexed.insert_dataset()
Index class.
setup_dask_client()
def setup_dask_client(workers=2, threads=2, memory_limit_per_worker=2GB):
None
Indexed()
class Indexed(Coast):
None
Indexed.apply_config_mappings()
def Indexed.apply_config_mappings(self):
Applies json configuration and mappings
Indexed.insert_dataset()
def Indexed.insert_dataset(self, dataset, apply_config_mappings=False):
Insert a dataset straight into this object instance
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that. Please tell us how we can improve.
Last modified November 3, 2023: add new corrections to the documentation (4a4989b)