https://github.com/essien1990/apache-spark
Batch Processing using Apache Spark and Python for data exploration
https://github.com/essien1990/apache-spark
apache-spark jupyter-lab jupyter-notebook pyspark pyspark-sql python3
Last synced: 3 months ago
JSON representation
Batch Processing using Apache Spark and Python for data exploration
- Host: GitHub
- URL: https://github.com/essien1990/apache-spark
- Owner: essien1990
- Created: 2021-10-17T13:47:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T14:27:51.000Z (over 4 years ago)
- Last Synced: 2025-06-15T21:25:24.556Z (about 1 year ago)
- Topics: apache-spark, jupyter-lab, jupyter-notebook, pyspark, pyspark-sql, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Spark Using Python3 for data analysis
- Batch Processing using Apache Spark and Python3 for data exploration
- Dataset was downloded from https://www.kaggle.com/
- Focusing on Pyspark SQL libraries
- from pyspark.sql.types import BooleanType
- from pyspark.sql.functions import udf
- from pyspark.sql import functions as F
- from pyspark.sql import SparkSession
- from pyspark.sql import Window