Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

pandas-dev/pandas-msgpack

Repository files navigation

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.