Skip to content

Commit

Permalink
FIX-modin-project#2737: Update modin/experimental/engines/omnisci_on_…
Browse files Browse the repository at this point in the history
…ray/io.py

Co-authored-by: Anatoly Myachev <45976948+anmyachev@users.noreply.github.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
  • Loading branch information
amyskov and anmyachev committed Feb 18, 2021
1 parent bf71808 commit 67eef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/experimental/engines/omnisci_on_ray/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def read_csv(
null_values=None,
true_values=None,
false_values=None,
# timestamp fields should be handled as strigs if parse_dates
# timestamp fields should be handled as strings if parse_dates
# didn't passed explicitly as an array or a dict
timestamp_parsers=[""] if isinstance(parse_dates, bool) else None,
strings_can_be_null=None,
Expand Down

0 comments on commit 67eef3c

Please sign in to comment.