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

Implement the Tabular Schema to declare tabular data #3

Open
dalonsoa opened this issue May 19, 2022 · 2 comments · May be fixed by #125
Open

Implement the Tabular Schema to declare tabular data #3

dalonsoa opened this issue May 19, 2022 · 2 comments · May be fixed by #125
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest
Milestone

Comments

@dalonsoa
Copy link
Collaborator

dalonsoa commented May 19, 2022

Problem

Complementary to the CSV Dialect, this schema provides information about the contents of the columns in a standardised way, from column names to description of the content, its units or the type of the data, among many others. It will help to understand what the data in each column represent.

What is needed

Capture the Table Schema in a pydantic class, so it can be used where needed. Probably, it will be necessary at least 2 objects, one for the individual field descriptors and another one for the list of field descriptors and the other optional fields.

Using the schema in the load/save workflow is a separate issue.

@dalonsoa dalonsoa added the enhancement New feature or request label May 19, 2022
@dalonsoa dalonsoa added this to the v1.0.0 milestone May 19, 2022
@alexdewar
Copy link
Contributor

Hacktoberfest task, maybe?

@dalonsoa
Copy link
Collaborator Author

dalonsoa commented Oct 1, 2024

I've updated the issue to use pydantic, which is much more usable and modern.

@dalonsoa dalonsoa added the good first issue Good for newcomers label Oct 1, 2024
@dalonsoa dalonsoa assigned dalonsoa and unassigned dalonsoa Oct 23, 2024
@dalonsoa dalonsoa linked a pull request Dec 19, 2024 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 good first issue Good for newcomers Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants