A python DB API compliant interface for OmniSci (formerly MapD). See the documentation for more.
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