File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
207204pandas 0.11.0
Original file line number Diff line number Diff 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
5760MultiIndexing
@@ -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+
223229Data 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
228237CSV
You can’t perform that action at this time.
0 commit comments