Skip to content

Latest commit

 

History

History

pyspark-snippets

pyspark-snippets

This directory contains a number of functions that simplify development of PySpark code for Databricks.

Building

python setup.py clean --all && python setup.py bdist_wheel --universal

Testing

You need to install packages that are necessary for execution of tests:

pip install -U -r unit-requirements.txt

Unit testing

Just execute:

pytest tests/unit