ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

make column names strings, not ints #323

Open ClimbsRocks opened 7 years ago

ClimbsRocks commented 7 years ago

as per https://github.com/ClimbsRocks/auto_ml/issues/322 column names being ints breaks things. so we should just go through and modify them ourselves to be ints.

this should be totally fine for dictionaries (keys are already strings), so i don't foresee this having any unexpected behaviors across dataframes and dicts.