-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Create table from file: read_csv and read_json #164
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ich habe soweit keine Fehler oder unstimmigkeiten gefunden!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitte noch Leerzeile in test_table.py nach dem ersten Import hinzufügen. In den anderen Pull-requests ist diese Formatierung auch so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
# Conflicts: # Runtime/safe-ds/safe_ds/data/_table.py
Closes #145. ### Summary of Changes Added functions: read_csv and read_json Added Tests: valid and invalid inputs Co-authored-by: WinPlay02 <WinPlay02@users.noreply.github.com> Co-authored-by: Lars Reimann <mail@larsreimann.com> Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
Closes #145.
Summary of Changes
Added functions: read_csv and read_json
Added Tests: valid and invalid inputs