Datalab Utils is a module with some convenient utilities to work with GCP datalabs.


Keywords
google, datalab
License
BSD-3-Clause
Install
pip install datalab-utils==0.0.21

Documentation

Datalab Utils

Datalab Utils is a collection of small Python functions and classes which simplify usage of GCP datalab.

Usage

from datalab_utils import to_gbq, read_gbq, read_gs_csv

# TODO

Dev Guide

Release

# After changed version in __about__.py
python setup.py sdist upload