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.
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.