Installation

You can install pandas-msgpack with conda, pip, or by installing from source.

Conda

# not enabled YET
$ conda install pandas-msgpack --channel conda-forge

This installs pandas-msgpack and all common dependencies, including pandas.

Pip

To install the latest version of pandas-msgpack: from the

$ pip install pandas-msgpack -U

This installs pandas-msgpack and all common dependencies, including pandas.

Install from Source

$ pip install git+https://github.com/pydata/pandas-msgpack.git

Dependencies

The blosc <https://pypi.python.org/pypi/blosc> library can be optionally installed as a compressor.