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
I have added the function. It only needs the data as the input. The mapping from numerical to string is saved as dictonarys when the data is first read in. When the function is called, the mapping is used to transform all columns, which still have their original name, back to their string values. This should work even if some columns or rows were dropped.
The text was updated successfully, but these errors were encountered:
I have added the function. It only needs the data as the input. The mapping from numerical to string is saved as dictonarys when the data is first read in. When the function is called, the mapping is used to transform all columns, which still have their original name, back to their string values. This should work even if some columns or rows were dropped.
The text was updated successfully, but these errors were encountered: