Skip to content

Instantly share code, notes, and snippets.

@drorata
Created October 6, 2022 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drorata/92a6408d62c44e21090dc612fae6dc80 to your computer and use it in GitHub Desktop.
Save drorata/92a6408d62c44e21090dc612fae6dc80 to your computer and use it in GitHub Desktop.
pyspark_write_demo
[tool.poetry]
name = "pyspark_write_demo"
version = "0.1.0"
description = ""
authors = ["Dr. Dror"]
[tool.poetry.dependencies]
python = "^3.9"
pyspark = "^3.3.0"
pandas = "^1.5.0"
faker= "^15.0.0"
[tool.poetry.dev-dependencies]
black = {version = "^22.8.0", allow-prereleases = true}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment