The _dataloader module is currently private. Should we make it be part of the public API? It is useful for downloading datasets, and could also be so for other developers.
The least reduces redundancy for us, without us using private modules across repos
Description of feature
The _dataloader module is currently private. Should we make it be part of the public API? It is useful for downloading datasets, and could also be so for other developers.
The least reduces redundancy for us, without us using private modules across repos
https://github.com/theislab/ehrapy/blob/0a74f705650e71485de44d5054cd7145e27c4d62/ehrapy/data/_dataloader.py#L17