Installation

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

Conda

$ 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:

$ 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

  • pandas >=0.19.2
  • blosc library can be optionally installed as a compressor.