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

Investigate impl From<Row> for concrete metadata types #40

Open
stuartlynn opened this issue Jun 6, 2024 · 0 comments
Open

Investigate impl From<Row> for concrete metadata types #40

stuartlynn opened this issue Jun 6, 2024 · 0 comments

Comments

@stuartlynn
Copy link
Contributor

In moving from the struct based metadata to the polars DataFrame metadata, we have lost our strict typing on the metadata entries.

We could get this back by implmenting the impl From<Row> trait for the polars Row object.

Not sure if this is worth the work as we are increasingly working with subsets of the joined dataframe that don't neatly fit in to those old structures but leaving this issue here to explore in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog:
Development

No branches or pull requests

1 participant