-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allows to provide returned keys for custom data loaders
Users might want to return multiple DataFrames from a custom loading function, even if that function only operates on singe file. With the additional kwargs `return_keys`, the keys of the returned dictionary containing those DataFrames can now be provided to allow correct tracing in such cases.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters