gabrielapgomezji
gabrielapgomezji
### Describe the issue linked to the documentation Reviewing the documentation of the functions, some of the descriptions are a bit long (for example `joiner`). It might be simpler to...
This issue addresses #1728 The ToFloat transformer now includes a `decimal` parameter that lets the user specify the decimal separator to use for the given column. Then, all the possible...
### Describe the bug I am trying to convert to float a string number with comma (",") decimal separators. I am trying to use ToFloat but it is failing to...