Coalesces a Spark DataFrame
sdf_coalesce
Description
Coalesces a Spark DataFrame
Usage
sdf_coalesce(x, partitions)Arguments
| Arguments | Description |
|---|---|
| x | A spark_connection, ml_pipeline, or a tbl_spark. |
| partitions | number of partitions |
Coalesces a Spark DataFrame
| Arguments | Description |
|---|---|
| x | A spark_connection, ml_pipeline, or a tbl_spark. |
| partitions | number of partitions |
---
title: "Coalesces a Spark DataFrame"
execute:
eval: true
freeze: true
---
## sdf_coalesce
## Description
Coalesces a Spark DataFrame
## Usage
```r
sdf_coalesce(x, partitions)
```
## Arguments
|Arguments|Description|
|---|---|
| x | A `spark_connection`, `ml_pipeline`, or a `tbl_spark`. |
| partitions | number of partitions |