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

Model classes #144

Closed
lars-reimann opened this issue Nov 9, 2022 · 0 comments · Fixed by #163
Closed

Model classes #144

lars-reimann opened this issue Nov 9, 2022 · 0 comments · Fixed by #163
Assignees
Labels
enhancement 💡 New feature or request

Comments

@lars-reimann
Copy link
Member

Is your feature request related to a problem? Please describe

We need to describe tables, rows and columns somehow.

Desired solution

Create the following classes:

  • Table
  • Row
  • Column

Internally they can keep an instance of the corresponding pandas classes like DataFrame.

@lars-reimann lars-reimann added enhancement 💡 New feature or request stdlib labels Nov 9, 2022
@lars-reimann lars-reimann moved this to Backlog in Safe-DS Nov 9, 2022
@lars-reimann lars-reimann moved this from Backlog to To do in Safe-DS Nov 11, 2022
@SmiteDeluxe SmiteDeluxe linked a pull request Nov 11, 2022 that will close this issue
Repository owner moved this from To do to ✔️ Done in Safe-DS Nov 11, 2022
SmiteDeluxe added a commit that referenced this issue Nov 11, 2022
Closes #144 .

### Summary of Changes
All the base classes: Table, Column, Row.
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.

3 participants