Skip to content

Commit 6194dbc

Browse files
committed
owcsvimport: Use round trip parser
1 parent 06f7630 commit 6194dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/data/owcsvimport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ def expand(ranges):
12461246
header=header, skiprows=skiprows,
12471247
dtype=dtypes, parse_dates=parse_dates, prefix=prefix,
12481248
na_values=na_values, keep_default_na=False,
1249+
float_precision="round_trip",
12491250
**numbers_format_kwds
12501251
)
12511252
if columns_ignored:

0 commit comments

Comments
 (0)