BUG: allow describe() for on boolean-only columns #13891
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Numeric Operations
Arithmetic, Comparison, and Logical operations
Milestone
I know I can obtain the expected output by using
include=['bool']
, but that feels bad to me as a user. I wantdescribe()
to know that I'm only asking for boolean columns and not freak out.Thank you!
Code Sample, a copy-pastable example if possible
Expected Output
Actual output
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: