An open source python library for automated feature engineering
BSD 3-Clause "New" or "Revised" License
7.28k
stars
878
forks
source link
PercentTrue calculation can fail on BooleanNullable inputs when there are no values to aggregate #2625
Closed
thehomebrewnerd closed 1 year ago
PercentTrue calculation can fail on BooleanNullable inputs when there are no values to aggregate
Code Sample, a copy-pastable example to reproduce your bug.
A potential solution to this is to change the primitive default value from 0 to
pd.NA