#164: Improve Dataset initialization
-Loading an existing dataset is only possible with the Dataset.from_dataset_folder(...) method. -The Dataset constructor is used to initialize a new dataset. With overwrite=True an existing dataset can be overwriting.
Closes #164 (closed)