Skip to content

Commit 9d0a26a

Browse files
committed
DOC: cookbook.rst adds and release notes merge fix
1 parent 860b05d commit 9d0a26a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

RELEASE.rst

-3
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,16 @@ pandas 0.11.1
189189
.. _GH3596: https://github.com/pydata/pandas/issues/3596
190190
.. _GH3617: https://github.com/pydata/pandas/issues/3617
191191
.. _GH3435: https://github.com/pydata/pandas/issues/3435
192-
<<<<<<< HEAD
193192
.. _GH3611: https://github.com/pydata/pandas/issues/3611
194193
.. _GH3062: https://github.com/pydata/pandas/issues/3062
195194
.. _GH3624: https://github.com/pydata/pandas/issues/3624
196195
.. _GH3626: https://github.com/pydata/pandas/issues/3626
197196
.. _GH3601: https://github.com/pydata/pandas/issues/3601
198197
.. _GH3631: https://github.com/pydata/pandas/issues/3631
199198
.. _GH1512: https://github.com/pydata/pandas/issues/1512
200-
=======
201199
.. _GH3571: https://github.com/pydata/pandas/issues/3571
202200
.. _GH1651: https://github.com/pydata/pandas/issues/1651
203201
.. _GH3141: https://github.com/pydata/pandas/issues/3141
204-
>>>>>>> DOC: updated releasenotes, v0.11.1 whatsnew, io.rst
205202

206203

207204
pandas 0.11.0

doc/source/cookbook.rst

+9
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The :ref:`indexing <indexing>` docs.
5252
<http://stackoverflow.com/questions/14986510/picking-out-elements-based-on-complement-of-indices-in-python-pandas>`__
5353
``~`` can be used to take the complement of a boolean array
5454

55+
`Efficiently creating columns using applymap
56+
<http://stackoverflow.com/questions/16575868/efficiently-creating-additional-columns-in-a-pandas-dataframe-using-map>`__
57+
5558
.. _cookbook.multi_index:
5659

5760
MultiIndexing
@@ -220,9 +223,15 @@ The :ref:`Plotting <visualization>` docs.
220223
`Plotting multiple charts in an ipython notebook
221224
<http://stackoverflow.com/questions/16392921/make-more-than-one-chart-in-same-ipython-notebook-cell>`__
222225

226+
`Creating a multi-line plot
227+
<http://stackoverflow.com/questions/16568964/make-a-multiline-plot-from-csv-file-in-matplotlib>`__
228+
223229
Data In/Out
224230
-----------
225231

232+
`Performance comparison of SQL vs HDF5
233+
<http://stackoverflow.com/questions/16628329/hdf5-and-sqlite-concurrency-compression-i-o-performance>`__
234+
226235
.. _cookbook.csv:
227236

228237
CSV

0 commit comments

Comments
 (0)