File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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):
527527
528528class Timestamp (_Timestamp ):
529529 """
530- Pandas replacement for datetime.datetime
530+ Pandas replacement for python datetime.datetime object.
531531
532532 Timestamp is the pandas equivalent of python's Datetime
533533 and is interchangeable with it in most cases. It's the type used
@@ -537,9 +537,9 @@ class Timestamp(_Timestamp):
537537 Parameters
538538 ----------
539539 ts_input : datetime-like, str, int, float
540- Value to be converted to Timestamp
540+ Value to be converted to Timestamp.
541541 freq : str, DateOffset
542- Offset which Timestamp will have
542+ Offset which Timestamp will have.
543543 tz : str, pytz.timezone, dateutil.tz.tzfile or None
544544 Time zone for time which Timestamp will have.
545545 unit : str
You can’t perform that action at this time.
0 commit comments