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

[BUG]: Dataset page is not showing the correct shape of the given dataset #5186

Open
liunelson opened this issue Oct 17, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@liunelson
Copy link
Member

Describe the bug
The number of rows and columns in the Dataset page is incorrect. The numbers seem to be capped at 100.

Currently, I have to plug the dataset into Transform dataset and use df.shape.

To Reproduce
Steps to reproduce the behavior:

  1. Upload this dataset: https://drive.google.com/file/d/1L8uGgNzo2KEqk_IvXgwXtShEICVD_Ww8/view?usp=drive_link
  2. Click on its dataset page
  3. See the incorrect row/column counts 10 columns | 100 rows

Expected behavior

Those two counts should reflect the true size of the dataset
In this example, it should be 162,119 rows and 10 columns.

@liunelson liunelson added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants