@@ -24,16 +24,27 @@ We encourage users to add to this documentation. This is a great *First Pull Req
24
24
25
25
Selection
26
26
---------
27
+ `Boolean Rows Indexing
28
+ <http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing> `__
27
29
28
30
`Extending a panel along the minor axis
29
31
<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis> `__
30
32
33
+ `Prepending a level to a multiindex
34
+ <http://stackoverflow.com/questions/14744068/prepend-a-level-to-a-pandas-multiindex> `__
35
+
31
36
Grouping
32
37
--------
33
38
34
39
`Basic grouping with apply
35
40
<http://stackoverflow.com/questions/15322632/python-pandas-df-groupy-agg-column-reference-in-agg> `__
36
41
42
+ `Apply to different items in a group
43
+ <http://stackoverflow.com/questions/15262134/apply-different-functions-to-different-items-in-group-object-python-pandas> `__
44
+
45
+ `Replacing values with groupby means
46
+ <http://stackoverflow.com/questions/14760757/replacing-values-with-groupby-means> `__
47
+
37
48
`TimeGrouping of values grouped across time
38
49
<http://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages> `__
39
50
46
57
`Joining a DataFrame to itself
47
58
<https://github.com/pydata/pandas/issues/2996> `__
48
59
60
+ Timeseries
61
+ ----------
62
+
63
+ `Resample intraday frame without adding new days
64
+ <http://stackoverflow.com/questions/14898574/resample-intrday-pandas-dataframe-without-add-new-days> `__
65
+
49
66
Data In/Out
50
67
-----------
51
68
55
72
HDF5
56
73
~~~~
57
74
58
- Managing heteregenous data using a linked multiple table hierarchy.
59
- See `here <https://github.com/pydata/pandas/issues/3032 >`__.
75
+ `Managing heteregenous data using a linked multiple table hierarchy
76
+ <https://github.com/pydata/pandas/issues/3032> `__
77
+
78
+ `Simple Queries with a Timestamp Index
79
+ <http://stackoverflow.com/questions/13926089/selecting-columns-from-pandas-hdfstore-table> `__
80
+
81
+ Miscellaneous
82
+ -------------
83
+
84
+ `Multi-index sorting
85
+ <http://stackoverflow.com/questions/14733871/mutli-index-sorting-in-pandas> `__
0 commit comments