@@ -193,8 +193,7 @@ The :ref:`indexing <indexing>` docs.
193
193
194
194
df[(df.AAA <= 6 ) & (df.index.isin([0 , 2 , 4 ]))]
195
195
196
- `Use loc for label-oriented slicing and iloc positional slicing
197
- <https://github.com/pandas-dev/pandas/issues/2904> `__
196
+ Use loc for label-oriented slicing and iloc positional slicing :issue: `2904 `
198
197
199
198
.. ipython :: python
200
199
@@ -395,8 +394,7 @@ Sorting
395
394
396
395
df.sort_values(by = (" Labs" , " II" ), ascending = False )
397
396
398
- `Partial selection, the need for sortedness;
399
- <https://github.com/pandas-dev/pandas/issues/2995> `__
397
+ Partial selection, the need for sortedness :issue: `2995 `
400
398
401
399
Levels
402
400
******
@@ -910,8 +908,7 @@ Valid frequency arguments to Grouper :ref:`Timeseries <timeseries.offset_aliases
910
908
`Grouping using a MultiIndex
911
909
<https://stackoverflow.com/questions/41483763/pandas-timegrouper-on-multiindex> `__
912
910
913
- `Using TimeGrouper and another grouping to create subgroups, then apply a custom function
914
- <https://github.com/pandas-dev/pandas/issues/3791> `__
911
+ Using TimeGrouper and another grouping to create subgroups, then apply a custom function :issue: `3791 `
915
912
916
913
`Resampling with custom periods
917
914
<https://stackoverflow.com/questions/15408156/resampling-with-custom-periods> `__
@@ -947,8 +944,7 @@ Depending on df construction, ``ignore_index`` may be needed
947
944
df = pd.concat([df1, df2], ignore_index = True )
948
945
df
949
946
950
- `Self Join of a DataFrame
951
- <https://github.com/pandas-dev/pandas/issues/2996> `__
947
+ Self Join of a DataFrame :issue: `2996 `
952
948
953
949
.. ipython :: python
954
950
@@ -1070,8 +1066,7 @@ using that handle to read.
1070
1066
`Inferring dtypes from a file
1071
1067
<https://stackoverflow.com/questions/15555005/get-inferred-dataframe-types-iteratively-using-chunksize> `__
1072
1068
1073
- `Dealing with bad lines
1074
- <https://github.com/pandas-dev/pandas/issues/2886> `__
1069
+ Dealing with bad lines :issue: `2886 `
1075
1070
1076
1071
`Write a multi-row index CSV without writing duplicates
1077
1072
<https://stackoverflow.com/questions/17349574/pandas-write-multiindex-rows-with-to-csv> `__
@@ -1205,8 +1200,7 @@ The :ref:`Excel <io.excel>` docs
1205
1200
`Modifying formatting in XlsxWriter output
1206
1201
<https://pbpython.com/improve-pandas-excel-output.html> `__
1207
1202
1208
- `Loading only visible sheets
1209
- <https://github.com/pandas-dev/pandas/issues/19842#issuecomment-892150745> `__
1203
+ Loading only visible sheets :issue: `19842#issuecomment-892150745 `
1210
1204
1211
1205
.. _cookbook.html :
1212
1206
@@ -1226,8 +1220,7 @@ The :ref:`HDFStores <io.hdf5>` docs
1226
1220
`Simple queries with a Timestamp Index
1227
1221
<https://stackoverflow.com/questions/13926089/selecting-columns-from-pandas-hdfstore-table> `__
1228
1222
1229
- `Managing heterogeneous data using a linked multiple table hierarchy
1230
- <https://github.com/pandas-dev/pandas/issues/3032> `__
1223
+ Managing heterogeneous data using a linked multiple table hierarchy :issue: `3032 `
1231
1224
1232
1225
`Merging on-disk tables with millions of rows
1233
1226
<https://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925> `__
0 commit comments