Commit Graph

2 Commits

Author SHA1 Message Date
scronge
08846f6c20
Update spark.html.markdown 2024-11-09 13:50:37 -06:00
scronge
045e9d22aa
Create spark.html.markdown
This commit introduces a new "Learn Spark in Y Minutes" guide in the format of LearnXinYMinutes documentation. The guide provides a concise overview of Apache Spark using PySpark, following repository style guidelines and including examples of basic Spark operations. Key sections cover:

- Initializing a Spark session
- Creating and manipulating DataFrames
- Applying transformations and actions
- Performing SQL queries
- Reading from and writing to various file formats
- Working with RDDs
- Ending a Spark session
2024-11-09 13:40:55 -06:00