lp.read_iceberg
Reads an Apache Iceberg table and returns a LazyFrame.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str
|
Path to the Apache Iceberg table. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyFrame |
LazyFrame
|
A LazyFrame containing the data from the Apache Iceberg table. |
Example: