/pandas-msgpack

Pandas Msgpack

Primary LanguagePythonOtherNOASSERTION

pandas-msgpack

Travis Build Status Appveyor Build Status Version Status Coverage Status

pandas-msgpack is a package providing an interface to msgpack from pandas

Installation

Install latest release version via conda

$ conda install pandas-msgpack --channel conda-forge

Install latest release version via pip

$ pip install pandas-msgpack

Install latest development version

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

Usage

See the pandas-msgpack documentation for more details.