We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0977cb6 commit 85981ebCopy full SHA for 85981eb
pandas/tslib.pyx
@@ -233,6 +233,8 @@ class Timestamp(_Timestamp):
233
Offset which Timestamp will have
234
tz : string, pytz.timezone, dateutil.tz.tzfile or None
235
Time zone for time which Timestamp will have.
236
+ unit : string
237
+ numpy unit used for conversion, if ts_input is int or float
238
"""
239
240
# Do not add ``dayfirst`` and ``yearfist`` to Timestamp based on the discussion
0 commit comments