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 parser for delimited inputs and Excel #316

Closed
caufieldjh opened this issue Feb 2, 2024 · 1 comment · Fixed by #447
Closed

Add parser for delimited inputs and Excel #316

caufieldjh opened this issue Feb 2, 2024 · 1 comment · Fixed by #447
Labels
enhancement New feature or request

Comments

@caufieldjh
Copy link
Member

Extraction should be able to parse:

  • individual columns from delimited files (CSV, TSV, etc)
  • dataframes (polars/pandas)
  • Excel spreadsheets

per convo with @twhetzel

@caufieldjh caufieldjh added the enhancement New feature or request label Feb 13, 2024
@caufieldjh
Copy link
Member Author

I'm going to elect to not implement dataframe support at this time as that probably won't happen through the CLI

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

Successfully merging a pull request may close this issue.

1 participant