Make `Dataset` instantiation recursive by default
cortadocodes opened this issue · 0 comments
cortadocodes commented
Feature request
Use Case
It's intuitive and useful for a dataset to include all files in the tree under its directory by default.
Current state
It only contains the top level of files.
Proposed Solution
Set recursive=True
as the default.