isf-pandas-msgpack

Pandas interface to msgpack


Keywords
data, msgpack, pandas
License
BSD-3-Clause
Install
pip install isf-pandas-msgpack==0.1.11

Documentation

pandas-msgpack

THIS LIBRARY IS NO LONGER IN DEVELOPMENT OR MAINTAINED

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.