Skip to content

Commit 6d60d76

Browse files
Merge pull request #10852 from chris-b1/cookbook
DOC: Excel formatting and searchsorted cookbook examples
2 parents d27068f + ee7a094 commit 6d60d76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/cookbook.rst

+9
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,9 @@ ignore_index is needed in pandas < v0.13, and depending on df construction
834834
`Join with a criteria based on the values
835835
<http://stackoverflow.com/questions/15581829/how-to-perform-an-inner-or-outer-join-of-dataframes-with-pandas-on-non-simplisti>`__
836836

837+
`Using searchsorted to merge based on values inside a range
838+
<http://stackoverflow.com/questions/25125626/pandas-merge-with-logic/2512764>`__
839+
837840
.. _cookbook.plotting:
838841

839842
Plotting
@@ -988,8 +991,14 @@ The :ref:`Excel <io.excel>` docs
988991
`Reading from a filelike handle
989992
<http://stackoverflow.com/questions/15588713/sheets-of-excel-workbook-from-a-url-into-a-pandas-dataframe>`__
990993

994+
`Modifying formatting in XlsxWriter output
995+
<http://pbpython.com/improve-pandas-excel-output.html>`__
996+
991997
.. _cookbook.html:
992998

999+
HTML
1000+
****
1001+
9931002
`Reading HTML tables from a server that cannot handle the default request
9941003
header <http://stackoverflow.com/a/18939272/564538>`__
9951004

0 commit comments

Comments
 (0)