Open ClimbsRocks opened 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.
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.