-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Tabular data is often stored in Excel files. We are currently not able to create a Table from them directly.
Desired solution
Add a new method to the Table class:
class Table:
@staticmethod
def from_excel_file(path: str) -> Table:
...Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
- For now, we use the first row as the column names.
- If Methods that operate on files should be able to handle a
Pathtoo #146 is done before this,pathshould have typestr | Path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done