You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/overview.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Wes McKinney is the Benevolent Dictator for Life (BDFL).
109
109
Development Team
110
110
-----------------
111
111
112
-
The list of the Core Team members and more detailed information can be found on the `people’s page <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`__ of the governance repo.
112
+
The list of the Core Team members and more detailed information can be found on the `people’s page <https://github.com/pandas-dev/pandas-governance/blob/master/people.md>`__ of the governance repo.
Copy file name to clipboardExpand all lines: doc/source/timeseries.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -1580,7 +1580,7 @@ We can instead only resample those groups where we have points as follows:
1580
1580
Aggregation
1581
1581
~~~~~~~~~~~
1582
1582
1583
-
Similar to the :ref:`aggregating API <basics.aggregate>`, :ref:`groupby API <groupby.aggregate>`, and the :ref:`window functions API <stats.aggregate>`,
1583
+
Similar to the :ref:`aggregating API <basics.aggregate>`, :ref:`groupby API <groupby.aggregate>`, and the :ref:`window functions API <stats.aggregate>`,
1584
1584
a ``Resampler`` can be selectively resampled.
1585
1585
1586
1586
Resampling a ``DataFrame``, the default will be to act on all columns with the same function.
@@ -2108,7 +2108,7 @@ tz-aware data to another time zone:
2108
2108
2109
2109
It is incorrect to pass a timezone directly into the ``datetime.datetime`` constructor (e.g.,
2110
2110
``datetime.datetime(2011, 1, 1, tz=timezone('US/Eastern'))``. Instead, the datetime
2111
-
needs to be localized using the the localize method on the timezone.
2111
+
needs to be localized using the localize method on the timezone.
2112
2112
2113
2113
Under the hood, all timestamps are stored in UTC. Scalar values from a
2114
2114
``DatetimeIndex`` with a time zone will have their fields (day, hour, minute)
0 commit comments