Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page