arizzogithub / dscontrib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dscontrib

A Python library for Mozilla Data Science code snippets.

Installation in colab

Install this like any other python package:

!pip install dscontrib

Installation of the bleeding edge on databricks clusters

Databricks-wide installations can't be updated without restarting the entire cluster. If you're using newish code then you'll want to install dscontrib locally to your notebook:

dbutils.library.installPyPI("dscontrib")
...
import dscontrib

Each commit to master triggers the release of a new version on PyPI.

About

License:Mozilla Public License 2.0


Languages

Language:Python 86.1%Language:Jupyter Notebook 8.5%Language:TSQL 5.2%Language:Shell 0.2%