Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Loading for CSV and Excel files #1

Open
NilsHMeier opened this issue Jan 28, 2023 · 0 comments · May be fixed by #10
Open

Data Loading for CSV and Excel files #1

NilsHMeier opened this issue Jan 28, 2023 · 0 comments · May be fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@NilsHMeier
Copy link
Member

NilsHMeier commented Jan 28, 2023

The framework needs to provide a simple to use method, that automatically loads the data from a given path, independantly of the type of file and the encoding. Therefore a function module is needed with the following methods:

  • load_file(path: Union[str, Path], *kwargs) >> Top-Level Method used by the user to load any kind of file
  • load_csv_like_file >> Method to automatically load CSV or TXT files with comma separated fields
  • load_excel_file >> Method to automatically load an EXCEL file

The method to load CSV files needs to be able to use the correct encoding, separator and decimal. If required, all columns need to be casted into the correct data type.

The method to load EXCEL files needs to be able to load files with different engines.

Dependencies
Sample Datasets.

@NilsHMeier NilsHMeier added the enhancement New feature or request label Jan 28, 2023
@NilsHMeier NilsHMeier self-assigned this Jan 28, 2023
@NilsHMeier NilsHMeier linked a pull request Feb 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant