@@ -132,19 +132,19 @@ Pandas DataFrames with timeseries indexes.
132132
133133`pydatastream <https://github.com/vfilimonov/pydatastream >`_
134134~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135- PyDatastream is a Python interface to the
135+ PyDatastream is a Python interface to the
136136`Thomson Dataworks Enterprise (DWE/Datastream) <http://dataworks.thomson.com/Dataworks/Enterprise/1.0/ >`__
137- SOAP API to return indexed Pandas DataFrames or Panels with financial data.
137+ SOAP API to return indexed Pandas DataFrames or Panels with financial data.
138138This package requires valid credentials for this API (non free).
139139
140140`pandaSDMX <http://pandasdmx.readthedocs.org >`_
141141~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142- pandaSDMX is an extensible library to retrieve and acquire statistical data
143- and metadata disseminated in
144- `SDMX <http://www.sdmx.org >`_ 2.1. This standard is currently supported by
142+ pandaSDMX is an extensible library to retrieve and acquire statistical data
143+ and metadata disseminated in
144+ `SDMX <http://www.sdmx.org >`_ 2.1. This standard is currently supported by
145145the European statistics office (Eurostat)
146- and the European Central Bank (ECB). Datasets may be returned as pandas Series
147- or multi-indexed DataFrames.
146+ and the European Central Bank (ECB). Datasets may be returned as pandas Series
147+ or multi-indexed DataFrames.
148148
149149`fredapi <https://github.com/mortada/fredapi >`_
150150~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -183,8 +183,16 @@ Out-of-core
183183-------------
184184
185185`Blaze <http://blaze.pydata.org/ >`__
186- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187187
188188Blaze provides a standard API for doing computations with various
189189in-memory and on-disk backends: NumPy, Pandas, SQLAlchemy, MongoDB, PyTables,
190190PySpark.
191+
192+ `Odo <http://odo.pydata.org >`__
193+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194+ Odo provides a uniform API for moving data between different formats. It uses
195+ pandas own ``read_csv `` for CSV IO and leverages many existing packages such as
196+ PyTables, h5py, and pymongo to move data between non pandas formats. Its graph
197+ based approach is also extensible by end users for custom formats that may be
198+ too specific for the core of odo.
0 commit comments