Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function to transform the numeric Values back to string values #2

Closed
Stefpur opened this issue Aug 8, 2024 · 0 comments
Closed
Assignees

Comments

@Stefpur
Copy link
Collaborator

Stefpur commented Aug 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants