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

Add metadata support within tables_io #15

Open
JoanneBogart opened this issue Sep 1, 2021 · 0 comments
Open

Add metadata support within tables_io #15

JoanneBogart opened this issue Sep 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JoanneBogart
Copy link
Collaborator

Desirable features for user metadata include

  • optional per-column metadata
    • probably as a collection of keyword-value pairs, value a simple scalar
  • optional per-table metadata
    • preferably allow more complex, hierarchical
  • use of native table- or file-format-specific metadata features wherever possible
  • uniform API insofar as possible across different table and file formats

Likely implementation consequences:

  • complex per-table metadata may have to be stored in an auxiliary file, say a yaml or json text file
  • a table base class or mix-in to keep API streamlined
@eacharles eacharles added the enhancement New feature or request label May 23, 2022
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

No branches or pull requests

2 participants