buckaroo icon indicating copy to clipboard operation
buckaroo copied to clipboard

boolean index did not match indexed preventing display

Open paddymul opened this issue 1 year ago • 0 comments

Checks

  • [X] I have checked that this issue has not already been reported.

  • [X] I have confirmed this bug exists on the latest version of Buckaroo.

What type of jupyter notebook were you using (VSCode notebook, google colab, Jupyter Lab, Jupyter notebook). Select multiple if you can reproduce this in multiple environments. If other, please add to description.

Jupyter Lab

Reproducible example


Screenshot 2024-02-28 at 6 11 17 PM I can't get the above dataframe into a reproducable format

Issue description

Histogram.summary(placeholder['End Station Longitude'], pd.Series({'value_counts': pd.Series(), 'nan_per': 4.576240161083654e-05, 'is_numeric': True, 'length': 21852, 'min': -74.01713445, 'max': -73.9298911, }), placeholder['End Station Longitude']) # boolean index did not match indexed array along dimension 0; dimension is 21851 but corresponding boolean dimension is 21852

Expected behavior

the dataframe should display, possibly without some summary stats.

Installed versions

``` 0.6.3 ```

Jupyter Log output

No response

paddymul avatar Feb 28 '24 23:02 paddymul