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
Make get_dummies() return columns of dtype=bool instead of np.float64
BUG: dtype compat with get_dummies pandas-dev#8725pandas-dev#8725
Since all the point of this method is to return binary features there's no point to waste RAM and represent them using floats
0 commit comments