An open API service indexing awesome lists of open source software.

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

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