Closed PeterKraus closed 5 months ago
This will fix some of the issues in #151.
timezone
encoding
locale
yadg.extractors.extract()
babel
parse_decimal()
atof()
babel.Locale.parse()
en_GB
de_DE
locale.LC_NUMERIC
This will fix some of the issues in #151.
timezone
,encoding
,locale
intoyadg.extractors.extract()
babel
'sparse_decimal()
instead oflocale
'satof()
to localize numberslocale
should now always be a string that can be understood bybabel.Locale.parse()
- i.e.en_GB
orde_DE
locale
default is now pulled fromlocale.LC_NUMERIC
and falls back toen_GB
when unset