import_data

ProjectDataRegistry.import_data(path: str | Path, name: str | None = None, allow_overwrite: bool = False, ignore_existing: bool = False)[source]

Import a dataset.

Parameters
  • path (str | Path) – The path to the dataset.

  • name (str | None) – The name of the dataset.

  • allow_overwrite (bool) – Whether to overwrite an existing dataset.

  • ignore_existing (bool) – Whether to ignore import if the dataset already exists.