@@ -132,19 +132,19 @@ Pandas DataFrames with timeseries indexes.
132
132
133
133
`pydatastream <https://github.com/vfilimonov/pydatastream >`_
134
134
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135
- PyDatastream is a Python interface to the
135
+ PyDatastream is a Python interface to the
136
136
`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.
138
138
This package requires valid credentials for this API (non free).
139
139
140
140
`pandaSDMX <http://pandasdmx.readthedocs.org >`_
141
141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
145
145
the 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.
148
148
149
149
`fredapi <https://github.com/mortada/fredapi >`_
150
150
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -183,8 +183,16 @@ Out-of-core
183
183
-------------
184
184
185
185
`Blaze <http://blaze.pydata.org/ >`__
186
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187
187
188
188
Blaze provides a standard API for doing computations with various
189
189
in-memory and on-disk backends: NumPy, Pandas, SQLAlchemy, MongoDB, PyTables,
190
190
PySpark.
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