@@ -25,8 +25,13 @@ We encourage users to add to this documentation.
25
25
This is a great *First Pull Request * (to add interesting links and/or put short code inline
26
26
for existing links)
27
27
28
+ .. _cookbook.selection :
29
+
28
30
Selection
29
31
---------
32
+
33
+ The :ref: `indexing <indexing >` docs.
34
+
30
35
`Boolean Rows Indexing
31
36
<http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing> `__
32
37
@@ -42,9 +47,13 @@ Selection
42
47
`Selecting via the complement
43
48
<http://stackoverflow.com/questions/14986510/picking-out-elements-based-on-complement-of-indices-in-python-pandas> `__
44
49
50
+ .. _cookbook.multi_index :
51
+
45
52
MultiIndexing
46
53
-------------
47
54
55
+ The :ref: `multindexing <indexing.hierarchical >` docs.
56
+
48
57
`Creating a multi-index from a labeled frame
49
58
<http://stackoverflow.com/questions/14916358/reshaping-dataframes-in-pandas-based-on-column-labels> `__
50
59
@@ -75,9 +84,13 @@ Levels
75
84
`Flatten Hierarchical columns
76
85
<http://stackoverflow.com/questions/14507794/python-pandas-how-to-flatten-a-hierarchical-index-in-columns> `__
77
86
87
+ .. _cookbook.grouping :
88
+
78
89
Grouping
79
90
--------
80
91
92
+ The :ref: `grouping <groupby >` docs.
93
+
81
94
`Basic grouping with apply
82
95
<http://stackoverflow.com/questions/15322632/python-pandas-df-groupy-agg-column-reference-in-agg> `__
83
96
@@ -123,9 +136,13 @@ Timeseries
123
136
`Vectorized Lookup
124
137
<http://stackoverflow.com/questions/13893227/vectorized-look-up-of-values-in-pandas-dataframe> `__
125
138
139
+ .. _cookbook.resample :
140
+
126
141
Resampling
127
142
~~~~~~~~~~
128
143
144
+ The :ref: `Resample <timeseries.resampling >` docs.
145
+
129
146
`TimeGrouping of values grouped across time
130
147
<http://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages> `__
131
148
@@ -141,9 +158,13 @@ Resampling
141
158
`Resample minute data
142
159
<http://stackoverflow.com/questions/14861023/resampling-minute-data> `__
143
160
161
+ .. _cookbook.merge :
162
+
144
163
Merge
145
164
-----
146
165
166
+ The :ref: `Concat <merging.concatenation >` docs. The :ref: `Join <merging.join >` docs.
167
+
147
168
`emulate R rbind
148
169
<http://stackoverflow.com/questions/14988480/pandas-version-of-rbind> `__
149
170
@@ -153,9 +174,13 @@ Merge
153
174
`How to set the index and join
154
175
<http://stackoverflow.com/questions/14341805/pandas-merge-pd-merge-how-to-set-the-index-and-join> `__
155
176
177
+ .. _cookbook.plotting :
178
+
156
179
Plotting
157
180
--------
158
181
182
+ The :ref: `Plotting <visualization >` docs.
183
+
159
184
`Make Matplotlib look like R
160
185
<http://stackoverflow.com/questions/14349055/making-matplotlib-graphs-look-like-r-by-default> `__
161
186
@@ -165,9 +190,13 @@ Plotting
165
190
Data In/Out
166
191
-----------
167
192
193
+ .. _cookbook.csv :
194
+
168
195
CSV
169
196
~~~
170
197
198
+ The :ref: `CSV <io.read_csv_table >` docs
199
+
171
200
`Reading a csv chunk-by-chunk
172
201
<http://stackoverflow.com/questions/11622652/large-persistent-dataframe-in-pandas/12193309#12193309> `__
173
202
@@ -177,15 +206,23 @@ CSV
177
206
`Inferring dtypes from a file
178
207
<http://stackoverflow.com/questions/15555005/get-inferred-dataframe-types-iteratively-using-chunksize> `__
179
208
209
+ .. _cookbook.sql :
210
+
180
211
SQL
181
212
~~~
182
213
214
+ The :ref: `SQL <io.sql >` docs
215
+
183
216
`Reading from databases with SQL
184
217
<http://stackoverflow.com/questions/10065051/python-pandas-and-databases-like-mysql> `__
185
218
219
+ .. _cookbook.hdf :
220
+
186
221
HDFStore
187
222
~~~~~~~~
188
223
224
+ The :ref: `HDFStores <io.hdf5 >` docs
225
+
189
226
`Simple Queries with a Timestamp Index
190
227
<http://stackoverflow.com/questions/13926089/selecting-columns-from-pandas-hdfstore-table> `__
191
228
@@ -222,5 +259,7 @@ Storing Attributes to a group node
222
259
Miscellaneous
223
260
-------------
224
261
262
+ The :ref: `Timedeltas <timeseries.timedeltas >` docs
263
+
225
264
`Operating with timedeltas
226
265
<https://github.com/pydata/pandas/pull/2899> `__
0 commit comments