You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage. Version 3.0.0 or higher required, Version 3.2.1 or higher highly recommended.
249
-
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended.
250
-
* Besides SQLAlchemy, you also need a database specific driver.
251
-
Examples of such drivers are `psycopg2 <http://initd.org/psycopg/>`__ for PostgreSQL
252
-
or `pymysql <https://github.com/PyMySQL/PyMySQL>`__ for MySQL. For
253
-
`SQLite <https://docs.python.org/3.5/library/sqlite3.html>`__ this is
254
-
included in Python's standard library by default.
255
-
You can find an overview of supported drivers for each SQL dialect in the
* `SQLAlchemy <http://www.sqlalchemy.org>`__: for SQL database support. Version 0.8.1 or higher recommended. Besides SQLAlchemy, you also need a database specific driver. You can find an overview of supported drivers for each SQL dialect in the `SQLAlchemy docs <http://docs.sqlalchemy.org/en/latest/dialects/index.html>`__. Some common drivers are:
249
+
250
+
- `psycopg2 <http://initd.org/psycopg/>`__: for PostgreSQL
251
+
- `pymysql <https://github.com/PyMySQL/PyMySQL>`__: for MySQL.
252
+
- `SQLite <https://docs.python.org/3.5/library/sqlite3.html>`__: for SQLite, this is included in Python's standard library by default.
253
+
257
254
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
* `statsmodels <http://statsmodels.sourceforge.net/>`__: Needed for parts of :mod:`pandas.stats`
256
+
* `openpyxl <http://packages.python.org/openpyxl/>`__, `xlrd/xlwt <http://www.python-excel.org/>`__: Needed for Excel I/O
257
+
* `XlsxWriter <https://pypi.python.org/pypi/XlsxWriter>`__: Alternative Excel writer
264
258
* `Jinja2 <http://jinja.pocoo.org/>`__: Template engine for conditional HTML formatting.
265
259
* `boto <https://pypi.python.org/pypi/boto>`__: necessary for Amazon S3
266
260
access.
@@ -271,16 +265,10 @@ Optional Dependencies
271
265
<http://www.pygtk.org/>`__, `xsel
272
266
<http://www.vergenet.net/~conrad/software/xsel/>`__, or `xclip
273
267
<http://sourceforge.net/projects/xclip/>`__: necessary to use
274
-
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux
275
-
distributions will have xclip and/or xsel immediately available for
276
-
installation.
268
+
:func:`~pandas.io.clipboard.read_clipboard`. Most package managers on Linux distributions will have ``xclip`` and/or ``xsel`` immediately available for installation.
0 commit comments