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

https://github.com/lmizner/codecademy_big_data_with_pyspark


https://github.com/lmizner/codecademy_big_data_with_pyspark

pyspark pyspark-sql python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Codecademy_Big_Data_with_PySpark

See how big data is used across different industries and learn how to work with big data using PySpark!

Course covers the following topics:

* Introduction to Big Data
- Learn about how we define big data, how big data is stored and processed, and what ethical considerations we need to keep in mind

* Spark RDDs with PySpark
- Learn one way that Spark handles big data – through Resilient Distributed Datasets (RDDs)

* Spark DataFrames with PySpark SQL
- Learn about how PySpark lets you do SQL-like queries on big data datasets

* Putting it all Together
- Combine everything you’ve learned so far about PySpark to work with a big data dataset!