We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd465f commit b0a8ba0Copy full SHA for b0a8ba0
pandas/tslib.pyx
@@ -121,8 +121,8 @@ def _is_fixed_offset(tz):
121
class Timestamp(_Timestamp):
122
"""TimeStamp is the pandas equivalent of python's Datetime
123
and is interchangable with it in most cases. It's the type used
124
- in the label making up a DatetimeIndex, use by the various
125
- timeseries oriented data structures in pandas.
+ for the entries that make up a DatetimeIndex, and other timeseries
+ oriented data structures in pandas.
126
"""
127
128
@classmethod
0 commit comments