Skip to content

Commit

Permalink
fix parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
harupy committed Sep 28, 2019
1 parent 9a34eb2 commit c89f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/koalas/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def to_datetime(arg, errors='raise', format=None, unit=None, infer_datetime_form
datetime strings, and if it can be inferred, switch to a faster
method of parsing them. In some cases this can increase the parsing
speed by ~5-10x.
origin : scalar, default is 'unix'
origin : scalar, default 'unix'
Define the reference date. The numeric values would be parsed as number
of units (defined by `unit`) since this reference date.
Expand Down

0 comments on commit c89f046

Please sign in to comment.