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

Column-major tables #1080

Open
1 of 2 tasks
akshayka opened this issue Apr 5, 2024 · 0 comments
Open
1 of 2 tasks

Column-major tables #1080

akshayka opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@akshayka
Copy link
Contributor

akshayka commented Apr 5, 2024

mo.ui.table expects row-oriented data, which works well in many but not all contexts. In ML and other data applications, data is often stored in columnar formats (parquet, arrow, ...).

We should support columnar data in mo.ui.table. A simple way to get started would be to support pyarrow.Table. Selection on the frontend would be on columns instead of rows.

  • Support pyarrow tables
  • Add an option to select by column instead of 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

No branches or pull requests

1 participant