dodger487 / dplython

dplyr for python
MIT License
763 stars 52 forks source link

Improve spread 2 #83

Open bleearmstrong opened 8 years ago

bleearmstrong commented 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).