State.dataset#

State.dataset#

This accessor provides easy access to state tables and datasets.

Named datasets are available as attributes on this accessor, for example State.dataset.persons, which is the equivalent of calling State.get_dataset(“persons”).

Otherwise, there are no “normal” methods for this accessor, but the __dir__ method is implemented to provide tab-completion capabilities inside compatible interactive interpreters (including Jupyter notebooks).