shell

Shells for inspecting datasets locally.

By default, calling this script loads the pandas shell.

Functions

main(load, mode)

Generic dataset shell implementation.

undertale.utils.datasets.shell.main(load: Callable[[str], Any], mode: str)

Generic dataset shell implementation.

Modules

pandas

Load a dataset using pandas.

polars

Load a dataset using polars (lazy).