Open bleearmstrong opened 8 years ago
This PR fixes a bug in spread. It also adds a new convert_type option that attempts to guess types of spread-out columns (boolean, numeric, and datetime) (only applies to columns that were originally strings).
spread
convert_type
This PR fixes a bug in
spread
. It also adds a newconvert_type
option that attempts to guess types of spread-out columns (boolean, numeric, and datetime) (only applies to columns that were originally strings).