File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ cdef class _Timestamp(datetime):
527
527
528
528
class Timestamp (_Timestamp ):
529
529
"""
530
- Pandas replacement for datetime.datetime
530
+ Pandas replacement for python datetime.datetime object.
531
531
532
532
Timestamp is the pandas equivalent of python's Datetime
533
533
and is interchangeable with it in most cases. It's the type used
@@ -537,9 +537,9 @@ class Timestamp(_Timestamp):
537
537
Parameters
538
538
----------
539
539
ts_input : datetime-like, str, int, float
540
- Value to be converted to Timestamp
540
+ Value to be converted to Timestamp.
541
541
freq : str, DateOffset
542
- Offset which Timestamp will have
542
+ Offset which Timestamp will have.
543
543
tz : str, pytz.timezone, dateutil.tz.tzfile or None
544
544
Time zone for time which Timestamp will have.
545
545
unit : str
You can’t perform that action at this time.
0 commit comments