Skip to content

Commit 9a55ff2

Browse files
committed
DOC: more recipes
1 parent ba9c83e commit 9a55ff2

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

doc/source/cookbook.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,27 @@ We encourage users to add to this documentation. This is a great *First Pull Req
2424

2525
Selection
2626
---------
27+
`Boolean Rows Indexing
28+
<http://stackoverflow.com/questions/14725068/pandas-using-row-labels-in-boolean-indexing>`__
2729

2830
`Extending a panel along the minor axis
2931
<http://stackoverflow.com/questions/15364050/extending-a-pandas-panel-frame-along-the-minor-axis>`__
3032

33+
`Prepending a level to a multiindex
34+
<http://stackoverflow.com/questions/14744068/prepend-a-level-to-a-pandas-multiindex>`__
35+
3136
Grouping
3237
--------
3338

3439
`Basic grouping with apply
3540
<http://stackoverflow.com/questions/15322632/python-pandas-df-groupy-agg-column-reference-in-agg>`__
3641

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+
3748
`TimeGrouping of values grouped across time
3849
<http://stackoverflow.com/questions/15297053/how-can-i-divide-single-values-of-a-dataframe-by-monthly-averages>`__
3950

@@ -46,6 +57,12 @@ Join
4657
`Joining a DataFrame to itself
4758
<https://github.com/pydata/pandas/issues/2996>`__
4859

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+
4966
Data In/Out
5067
-----------
5168

@@ -55,5 +72,14 @@ CSV
5572
HDF5
5673
~~~~
5774

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

Comments
 (0)