Skip to content

Commit e57e125

Browse files
Jonathan Chambersjreback
authored andcommitted
ENH #4163 Added more robust type coertion, datetime parsing, and parse date options. Updated optional dependancies
Added columns optional arg to read_table, removed failing legacy tests. Added columns to doc ENH #4163 Fixed class renaming, expanded docs ENH #4163 Fixed tests in legacy mode
1 parent 145ab5b commit e57e125

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ pip install pandas
106106
- [Cython](http://www.cython.org): Only necessary to build development version. Version 0.17.1 or higher.
107107
- [SciPy](http://www.scipy.org): miscellaneous statistical functions
108108
- [PyTables](http://www.pytables.org): necessary for HDF5-based storage
109+
- [SQLAlchemy](http://www.sqlalchemy.org): for SQL database support. Version 0.8.1 or higher recommended.
109110
- [matplotlib](http://matplotlib.sourceforge.net/): for plotting
110111
- [statsmodels](http://statsmodels.sourceforge.net/)
111112
- Needed for parts of `pandas.stats`

doc/source/install.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Optional Dependencies
9595
version. Version 0.17.1 or higher.
9696
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
9797
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
98+
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended.
9899
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
99100
* `statsmodels <http://statsmodels.sourceforge.net/>`__
100101
* Needed for parts of :mod:`pandas.stats`

0 commit comments

Comments
 (0)