HK3-Lab-Team / pytrousse

PyTrousse collects into one toolbox a set of data wrangling procedures tailored for composing reproducible analytics pipelines.
Apache License 2.0
0 stars 1 forks source link

Add set to nan in row fix #97

Closed lorenz-gorini closed 3 years ago

lorenz-gorini commented 3 years ago

Added the method forced_conversion_to_numeric in RowFix class for converting some columns (usually mixed-type ones) to numeric (the non convertible values are set to NaN). This method also logs the converted value count and identities to allow the user to check the performance of this operation (in a dry_run too).