simple-data-analysis
simple-data-analysis copied to clipboard
Cleaning methods should have newKey option
If you use valuesToString, the values for a specific key are replaced by their string version. But what if you want to put the output in a new key? An optional newKey should be available as an option. Same for all similar methods.