dataset ======= .. py:module:: pastas.dataset .. autoapi-nested-parse:: This module contains functions to load datasets from the pastas-data repository on GitHub. The datasets are used for testing and examples in the documentation. The load_dataset function can be used to load a single csv file or multiple csv files from a subfolder in the pastas-data repository. .. rubric:: Examples Load a single dataset from the "collenteur_2021" subfolder:: df = ps.load_dataset("collenteur_2021") .. !! processed by numpydoc !! Functions --------- .. toctree:: :hidden: /api/pastas/dataset/load_dataset /api/pastas/dataset/list_datasets .. autoapisummary:: pastas.dataset.load_dataset pastas.dataset.list_datasets