You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when histogram bins > setting plot.histogram.max_bins
Exception:ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() in Python 3.10
The failed code is : ~/anaconda3/lib/python3.11/site-packages/ydata_profiling/model/summary_algorithms.py:44, in histogram_compute(config, finite_values, n_unique, name, weights)
Expected Behaviour
The report generate success.
Data Description
~/anaconda3/lib/python3.11/site-packages/ydata_profiling/model/summary_algorithms.py:44, in histogram_compute(config, finite_values, n_unique, name, weights)
Current Behaviour
when histogram bins >
setting plot.histogram.max_bins
Exception:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
in Python 3.10The failed code is : ~/anaconda3/lib/python3.11/site-packages/ydata_profiling/model/summary_algorithms.py:44, in histogram_compute(config, finite_values, n_unique, name, weights)
Expected Behaviour
The report generate success.
Data Description
~/anaconda3/lib/python3.11/site-packages/ydata_profiling/model/summary_algorithms.py:44, in histogram_compute(config, finite_values, n_unique, name, weights)
Code that reproduces the bug
pandas-profiling version
v4.12.0
Dependencies
OS
Macbook M1ship
Checklist
The text was updated successfully, but these errors were encountered: