@@ -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
`Dealing with bad lines II
1077
1072
<http://nipunbatra.github.io/2013/06/reading-unclean-data-csv-using-pandas/> `__
@@ -1211,8 +1206,7 @@ The :ref:`Excel <io.excel>` docs
1211
1206
`Modifying formatting in XlsxWriter output
1212
1207
<https://pbpython.com/improve-pandas-excel-output.html> `__
1213
1208
1214
- `Loading only visible sheets
1215
- <https://github.com/pandas-dev/pandas/issues/19842#issuecomment-892150745> `__
1209
+ Loading only visible sheets :issue: `19842#issuecomment-892150745 `
1216
1210
1217
1211
.. _cookbook.html :
1218
1212
@@ -1232,8 +1226,7 @@ The :ref:`HDFStores <io.hdf5>` docs
1232
1226
`Simple queries with a Timestamp Index
1233
1227
<https://stackoverflow.com/questions/13926089/selecting-columns-from-pandas-hdfstore-table> `__
1234
1228
1235
- `Managing heterogeneous data using a linked multiple table hierarchy
1236
- <https://github.com/pandas-dev/pandas/issues/3032> `__
1229
+ Managing heterogeneous data using a linked multiple table hierarchy :issue: `3032 `
1237
1230
1238
1231
`Merging on-disk tables with millions of rows
1239
1232
<https://stackoverflow.com/questions/14614512/merging-two-tables-with-millions-of-rows-in-python/14617925#14617925> `__
0 commit comments