Skip to content

Commit

Permalink
More badges & fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Jul 15, 2022
1 parent 2a4d188 commit fdbb3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyspark-bucketmap
[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dunnkers/pyspark-bucketmap)
[![build status](https://github.com/dunnkers/fseval/actions/workflows/python-app.yml/badge.svg)](https://github.com/dunnkers/fseval/actions/workflows/python-app.yml) [![pypi badge](https://img.shields.io/pypi/v/fseval.svg?maxAge=3600)](https://pypi.org/project/fseval/) [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/dunnkers/pyspark-bucketmap)

Shows how to use pyspark's `Bucketizer` in combination with `pyspark.sql.functions.create_map`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="pyspark-bucketmap",
version="0.0.1",
packages=find_packages(include=["pyspark_bucketmap"]),
packages=find_packages(include=["."]),
description="Easily group pyspark data into buckets and map them to different values.",
keywords="",
long_description=LONG_DESC,
Expand Down

0 comments on commit fdbb3ac

Please sign in to comment.