use gog visualization system from Python
Project description
Communicate with a gog server for data visualization independent of Python.
The gog function sends data from a pandas DataFrame to a gog server such as gogd. The gog server is responsible for passing the data to a gog frontend such as gogi for visualization.
Usage
> import pandas as pd
> my_data = pd.DataFrame({'x': [1, 2, 3], 'y': [3, 1, 1]})
> from gogpy import gog
> gog(my_data)
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
gogpy-0.0.2.tar.gz
(1.6 kB
view details)
File details
Details for the file gogpy-0.0.2.tar.gz.
File metadata
- Download URL: gogpy-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42842d7186b6b7c576fb24bc838993525705df9df7549911465d242840a2f561
|
|
| MD5 |
49100aaa4e9a25f90cb8562a93efa721
|
|
| BLAKE2b-256 |
6367d3198f1e8bea131e4d4d75200dfeccd7bf57f1e3b75bbc36e485e71a1fe4
|