doc/source/whatsnew/v0.7.1.rst
.. _whatsnew_0701:
{{ header }}
This release includes a few new features and addresses over a dozen bugs in 0.7.0.
New features
- Add ``to_clipboard`` function to pandas namespace for writing objects to
the system clipboard (:issue:`774`)
- Add ``itertuples`` method to DataFrame for iterating through the rows of a
dataframe as tuples (:issue:`818`)
- Add ability to pass fill_value and method to DataFrame and Series align
method (:issue:`806`, :issue:`807`)
- Add fill_value option to reindex, align methods (:issue:`784`)
- Enable concat to produce DataFrame from Series (:issue:`787`)
- Add ``between`` method to Series (:issue:`802`)
- Add HTML representation hook to DataFrame for the IPython HTML notebook
(:issue:`773`)
- Support for reading Excel 2007 XML documents using openpyxl
Performance improvements
787).. _whatsnew_0.7.1.contributors:
Contributors
.. contributors:: v0.7.0..v0.7.1