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

refactor: support mixed indices and column names for dtypes and column selection #198

Closed
lukapeschke opened this issue Mar 4, 2024 · 0 comments · Fixed by #206
Closed
Assignees
Labels
🦀 rust 🦀 Pull requests that edit Rust code feature request 🐍 python 🐍 Pull requests that edit Python code
Milestone

Comments

@lukapeschke
Copy link
Collaborator

lukapeschke commented Mar 4, 2024

Also add some information about selected columns.

  • name: str
  • index: int
  • dtype: DType
  • name_from: "provided" | "looked_up" | "generated"
  • dtype_from: "provided_by_index" | "provided_by_name" | "guessed"
@lukapeschke lukapeschke added 🐍 python 🐍 Pull requests that edit Python code 🦀 rust 🦀 Pull requests that edit Rust code feature request labels Mar 4, 2024
@lukapeschke lukapeschke added this to the v0.10.0 milestone Mar 4, 2024
@lukapeschke lukapeschke self-assigned this Mar 4, 2024
lukapeschke added a commit that referenced this issue Mar 18, 2024
…lection

Work items:

* Introduced a new type providing information about a column: `ColumnInfo`
* `ExcelSheet.selected_columns` now returns a list of ColumnInfo for all
  selected columns
* `ExcelSheet.available_columns` now returns a list of ColumnInfo for all
  available columns
* A lot of to/from python code has been wrapped in traits to have less
  manual validation

closes #198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦀 rust 🦀 Pull requests that edit Rust code feature request 🐍 python 🐍 Pull requests that edit Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant