-
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
Tool to infer initial schema of dataset #12
Labels
enhancement 💡
New feature or request
Comments
MShahzaib
added a commit
that referenced
this issue
Jun 23, 2022
MShahzaib
added a commit
that referenced
this issue
Jun 29, 2022
MShahzaib
added a commit
that referenced
this issue
Jun 29, 2022
lars-reimann
added a commit
that referenced
this issue
Jun 29, 2022
* feat: Describe schemas in the DSL (#13) * feat: Tool to infer initial schema (#12) * style: apply automatic fixes of linters * chore: Using synthesized dataset for InitialSchemaInferenceTest Co-authored-by: MShahzaib <MShahzaib@users.noreply.github.com> Co-authored-by: Lars Reimann <mail@larsreimann.com>
Repository owner
moved this from To do
to ✔️ Done
in Safe-DS
Jun 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
To do any checks on the schemas of datasets we need to know the schema of the dataset that was initially loaded.
Describe the solution you'd like
A command line tool that takes a
csv
file as an input and produces the schema (see #13) as output in a new file.Additional context (optional)
The text was updated successfully, but these errors were encountered: