File tree 2 files changed +2
-3
lines changed
getting_started/comparison
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Filtering in SQL is done via a WHERE clause.
75
75
LIMIT 5;
76
76
77
77
DataFrames can be filtered in multiple ways; the most intuitive of which is using
78
- `boolean indexing <https://pandas.pydata.org/pandas-docs/stable/ indexing.html# boolean-indexing >`_.
78
+ :ref: `boolean indexing <indexing.boolean >`
79
79
80
80
.. ipython :: python
81
81
Original file line number Diff line number Diff line change @@ -794,8 +794,7 @@ The :ref:`Resample <timeseries.resampling>` docs.
794
794
`Time grouping with some missing values
795
795
<https://stackoverflow.com/questions/33637312/pandas-grouper-by-frequency-with-completeness-requirement> `__
796
796
797
- `Valid frequency arguments to Grouper
798
- <https://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases> `__
797
+ Valid frequency arguments to Grouper :ref: `Timeseries <timeseries.offset_aliases >`
799
798
800
799
`Grouping using a MultiIndex
801
800
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex> `__
You can’t perform that action at this time.
0 commit comments