Overview
Getting Started
User Guides
API Reference
Development
Migration Guides
Spark SQL
Core Classes
Spark Session
Configuration
Input/Output
DataFrame
Column
Data Types
Row
Functions
Window
Grouping
Catalog
Avro
Observation
UDF
Protobuf
Pandas API on Spark
Structured Streaming
MLlib (DataFrame-based)
Spark Streaming (Legacy)
MLlib (RDD-based)
Spark Core
Resource Management
Errors
pyspark.sql.DataFrame.where
¶
DataFrame.
where
(
condition
)
¶
where()
is an alias for
filter()
.
New in version 1.3.
pyspark.sql.DataFrame.unpivot
pyspark.sql.DataFrame.withColumn