buckaroo
buckaroo copied to clipboard
boolean index did not match indexed preventing display
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
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