-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It should be possible to import a data set from an external source via:
df = load_data('test_data.qmd') # or import_data In this case a function (load_data()) defined in the qmd file should be called.
load_data() should load the dataset from the external source and save it as a csv file. It's important to save the data in csv so that it is also loadable by python and vice versa. This should be checked by loading the data from with the standard csv-loading procedure (from the cache?) and the two data.frames should be compared.
It would be nice to report to user that he should be move the created csv file from the cache to a location where it is generallbly accessible.
TOBE Discussed Maybe call the function importer and so encourage to place the csv file to an open location.
Metadata
Metadata
Assignees
Labels
No labels