You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
RDT version: latest
Python version: 3.9.6
Operating System: OSX
Error Description
In the case where the column names contain only numbers, typically when scaling the data, the code doesn't work well because the first value of the variable will be a numeric value, not a string, to which you cannot append a string later.
Steps to reproduce
Create a Pandas DF, which contains only numbers as column names.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
In the case where the column names contain only numbers, typically when scaling the data, the code doesn't work well because the first value of the variable will be a numeric value, not a string, to which you cannot append a string later.
Steps to reproduce
Create a Pandas DF, which contains only numbers as column names.
I created a pull request: #737
The text was updated successfully, but these errors were encountered: