Skip to content

Commit 914625c

Browse files
committed
DOC: cookbook examples
1 parent d3d24fa commit 914625c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pandas 0.11.0
9898
histograms. (GH2710_).
9999
- DataFrame.from_records now accepts not only dicts but any instance of
100100
the collections.Mapping ABC.
101-
- Allow selection semantics for via a string with a datelike index to work in both
101+
- Allow selection semantics via a string with a datelike index to work in both
102102
Series and DataFrames (GH3070_)
103103

104104
.. ipython:: python

doc/source/cookbook.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Expanding Data
105105
`Alignment and to-date
106106
<http://stackoverflow.com/questions/15489011/python-time-series-alignment-and-to-date-functions>`__
107107

108+
`Rolling Computation window based on values instead of counts
109+
<http://stackoverflow.com/questions/14300768/pandas-rolling-computation-with-window-based-on-values-instead-of-counts>`__
110+
108111
Splitting
109112
~~~~~~~~~
110113

@@ -171,6 +174,9 @@ CSV
171174
`Reading the first few lines of a frame
172175
<http://stackoverflow.com/questions/15008970/way-to-read-first-few-lines-for-pandas-dataframe>`__
173176

177+
`Inferring dtypes from a file
178+
<http://stackoverflow.com/questions/15555005/get-inferred-dataframe-types-iteratively-using-chunksize>`__
179+
174180
SQL
175181
~~~
176182

0 commit comments

Comments
 (0)