Python interface for Greenplum and Postgres
Project description
GreenplumPython is a Python library that enables the user to interact with Greenplum in a Pythonic way.
GreenplumPython provides a pandas-like DataFrame API that
- looks familiar and intuitive to Python users
- is powerful to do complex analytics, such as statistical analysis, with UDFs and UDAs
- encapsulates common best practices and avoids common pitfalls in Greenplum, compared to writing SQL directly
Installation
To install the latest development version, do
pip3 install --user git+https://github.com/greenplum-db/GreenplumPython
To install the latest released version, do
pip3 install --user greenplum-python
Note: The --user
option in an active virtual environment will install to the local user python location.
Since a user location doesn't make sense for a virtual environment, to install the GreenplumPython library,
just remove --user
from the above commands.
Documentation
The documentation of GreenplumPython can be viewed at:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file greenplum-python-1.0.1.tar.gz
.
File metadata
- Download URL: greenplum-python-1.0.1.tar.gz
- Upload date:
- Size: 51.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3d585e1b557890c8e8a2697ddf043412a710827e2a76471626842750cdcc13b |
|
MD5 | 5c0869c0958f701569fee2e5c0fa3792 |
|
BLAKE2b-256 | 068f054f4baf3f8b126d87d16e060921a0928f5243f982a41b6033ef5ed32cf9 |
File details
Details for the file greenplum_python-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: greenplum_python-1.0.1-py3-none-any.whl
- Upload date:
- Size: 63.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ff0fcac7629b96b31e2fe02311972441427c4bd209c042874b82e30c875c747 |
|
MD5 | 462fc0442b2d2bb5e411b8dc69fb303a |
|
BLAKE2b-256 | 1e29bdc69523889ab386bef69c09f0235dfa6a02132491cb906d16221b948664 |