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

Latest commit

 

History

History
50 lines (31 loc) · 1.49 KB

README.rst

File metadata and controls

50 lines (31 loc) · 1.49 KB

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.