Output from get_dummies() should default to np.int8 #10708
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Duplicate Report
Duplicate issue or pull request
Enhancement
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
The output columns from
get_dummies()
are binary by nature, changing this default from float64 to int8 would save 7 bytes per dummy.The text was updated successfully, but these errors were encountered: