Skip to content

Import via qmd / load_data('dataset_name.qmd') #4

@oduerr

Description

@oduerr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions