Skip to content

Commit

Permalink
Merge pull request #4262 from ales-erjavec/edit-domain-reinterpret
Browse files Browse the repository at this point in the history
[ENH] Edit Domain: Reinterpret column type transforms
  • Loading branch information
janezd authored Dec 20, 2019
2 parents 6a13674 + 6e3e6af commit e3a3214
Show file tree
Hide file tree
Showing 4 changed files with 1,314 additions and 101 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ exclude_lines =
raise NotImplementedError
if __name__ == .__main__.:
except MemoryError
assert False
raise AssertionError
1 change: 1 addition & 0 deletions Orange/widgets/data/owcsvimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ def expand(ranges):
header=header, skiprows=skiprows,
dtype=dtypes, parse_dates=parse_dates, prefix=prefix,
na_values=na_values, keep_default_na=False,
float_precision="round_trip",
**numbers_format_kwds
)
if columns_ignored:
Expand Down
Loading

0 comments on commit e3a3214

Please sign in to comment.