spatialbits / pymapd

Python client for OmniSci GPU-accelerated SQL engine and analytics platform

Home Page:https://pymapd.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python client for OmniSci GPU-accelerated SQL engine and analytics platform

https://pymapd.readthedocs.io/en/latest/

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Shell 0.3%