- PySpark Cookbook
- Denny Lee Tomasz Drabas
- 48字
- 2025-04-04 16:35:18
Abstracting Data with DataFrames
In this chapter, you will learn about the following recipes:
- Creating DataFrames
- Accessing underlying RDDs
- Performance optimizations
- Inferring the schema using reflection
- Specifying the schema programmatically
- Creating a temporary table
- Using SQL to interact with DataFrames
- Overview of DataFrame transformations
- Overview of DataFrame actions