File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ Pandas own :ref:`10 Minutes to Pandas<10min>`
1313
1414More complex recipes are in the :ref: `Cookbook<cookbook> `
1515
16- Tutorials
17- ---------
18-
19-
2016Pandas Cookbook
2117---------------
2218
Original file line number Diff line number Diff line change 11.. _whatsnew_0131:
22
3- v0.13.1 (???)
4- -------------
3+ v0.13.1 (February ???)
4+ ----------------------
55
66This is a minor release from 0.13.0 and includes a number of API changes, several new features and
77enhancements along with a large number of bug fixes.
@@ -42,13 +42,13 @@ Enhancements
4242
4343 Now the output looks like:
4444
45- .. ipython:: python
45+ .. ipython:: python
4646
47- df = DataFrame([ Timestamp('20010101'),
48- Timestamp('20040601') ], columns=['age'])
49- df['today'] = Timestamp('20130419')
50- df['diff'] = df['today']-df['age']
51- df
47+ df = DataFrame([ Timestamp('20010101'),
48+ Timestamp('20040601') ], columns=['age'])
49+ df['today'] = Timestamp('20130419')
50+ df['diff'] = df['today']-df['age']
51+ df
5252
5353- ``Panel.apply`` will work on non-ufuncs. See :ref:`the docs<basics.apply_panel>`.
5454
You can’t perform that action at this time.
0 commit comments