Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 947 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 947 Bytes

pymapd

Documentation Status Jenkins Build Status

A python DB API compliant interface for OmniSci (formerly MapD). See the documentation for more.

Quick Install

Packages are available on conda-forge and PyPI:

conda install -c conda-forge pymapd

pip install pymapd

To install cudf for GPU Dataframe support (conda-only):

conda install -c nvidia/label/cuda10.0 -c rapidsai/label/cuda10.0 -c numba -c conda-forge -c defaults cudf pymapd