Getting Started
User Guide
API Reference
Development
Migration Guide
Spark SQL
Core Classes
Spark Session
Configuration
Input/Output
DataFrame
Column
Data Types
Row
Functions
Window
Grouping
Catalog
Observation
Avro
Pandas API on Spark
Structured Streaming
MLlib (DataFrame-based)
Spark Streaming
MLlib (RDD-based)
Spark Core
Resource Management
pyspark.sql.functions.ceil
¶
pyspark.sql.functions.
ceil
(
col
:
ColumnOrName
)
→ pyspark.sql.column.Column
[source]
¶
Computes the ceiling of the given value.
New in version 1.4.
pyspark.sql.functions.cbrt
pyspark.sql.functions.conv