File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
getting_started/comparison Expand file tree Collapse file tree 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.
7575 LIMIT 5;
7676
7777 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 >`
7979
8080.. ipython :: python
8181
Original file line number Diff line number Diff line change @@ -794,8 +794,7 @@ The :ref:`Resample <timeseries.resampling>` docs.
794794`Time grouping with some missing values
795795<https://stackoverflow.com/questions/33637312/pandas-grouper-by-frequency-with-completeness-requirement> `__
796796
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 >`
799798
800799`Grouping using a MultiIndex
801800<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex> `__
You can’t perform that action at this time.
0 commit comments