Feature: allow to ingest numeric when formatted with the percentage symbl #188
Labels
documentation 📖
Improvements or additions to documentation
enhancement ✨
New feature or request
good first issue 🥇
Good for newcomers
help wanted 👋🏻
Extra attention is needed
Milestone
Is your feature request related to a problem? Please describe.
When importing a column with numerical values formatted like
80%
, the import will fail when you declare this column as numerical. As of now, we need to transform it to0.8
to make it work. While understandable from a technical standpoint (everything is read as a string before conversion), this can be less convenient for end-users: in some cases80%
is more readable than0.8
Describe the solution you'd like
When a column is specified as numerical, the import should work for values formatted with a
%
symbolThe text was updated successfully, but these errors were encountered: