Skip to main content

gokart file downloader

Project description

Thunderbolt

Test Python Versions

Thunderbolt is data manager for gokart.

  1. Auto loading gokart task logs
  2. Check task params using pandas
  3. Download data from python

Usage

install

pip install thunderbolt

Example

If you specify TASK_WORKSPACE_DIRECTORY, thunderbolt reads the log. So making tasks pandas.DataFrame, and load dumped data. This is also possible from S3 or GCS. (s3://, gs://)

Example:

from thunderbolt import Thunderbolt

tb = Thunderbolt()
print(tb.get_task_df())
print(tb.get_data('TASK_NAME'))

Please look here too: https://github.com/m3dev/thunderbolt/blob/master/examples/example.ipynb

Thanks

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

thunderbolt-0.1.2.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

thunderbolt-0.1.2-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

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