We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3579a5 commit 5be6dc6Copy full SHA for 5be6dc6
pandas/tslib.pyx
@@ -233,8 +233,6 @@ 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