Skip to content

Commit

Permalink
minor fix on README
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa authored and Hi-king committed Mar 28, 2022
1 parent 43b34ad commit 52afa48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
Thunderbolt is data manager for gokart.


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


# Usage
Expand All @@ -24,7 +24,7 @@ pip install thunderbolt

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://~~)
This is also possible from S3 or GCS. (s3://, gs://)

Example:
```python
Expand Down

0 comments on commit 52afa48

Please sign in to comment.