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
* `xarray <http://xarray.pydata.org>`__: pandas like handling for > 2 dims, needed for converting Panels to xarray objects. Version 0.7.0 or higher is recommended.
249
249
* `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.
250
+
* `Feather Format <https://github.com/wesm/feather>`__: necessary for feather-based storage.
250
251
* `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:
251
252
252
253
- `psycopg2 <http://initd.org/psycopg/>`__: for PostgreSQL
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.1.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,15 @@ Highlights include:
15
15
:backlinks: none
16
16
17
17
18
+
.. _whatsnew_0190.new_features:
19
+
20
+
New features
21
+
~~~~~~~~~~~~
22
+
23
+
- Integration with the ``feather-format``, including a new top-level ``pd.read_feather()`` and ``DataFrame.to_feather()`` method, see :ref:`here <io.feather>`.
0 commit comments