Skip to content

Commit e57e125

Browse files
Jonathan Chambersjreback
Jonathan Chambers
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

+1
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

+1
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)