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

Table enhancements #69

Open
jasondet opened this issue Feb 6, 2024 · 0 comments
Open

Table enhancements #69

jasondet opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers types LGDO types

Comments

@jasondet
Copy link
Contributor

jasondet commented Feb 6, 2024

Implement [] for table

  • table[index] should return a struct (or just a dict?) with the data at index i
  • table[sl:ce] should return a sub-table with the slice applied to each column.

Implement sorting the whole table by a column or expression, or by an ordered list of them.

@jasondet jasondet added enhancement New feature or request good first issue Good for newcomers types LGDO types labels Feb 6, 2024
@jasondet jasondet changed the title Implement [] for table Table enhancements Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers types LGDO types
Projects
None yet
Development

No branches or pull requests

1 participant