I/O#
Writing Data#
|
Write a typed data frame with this schema to a parquet file. |
|
Stream a typed lazy frame with this schema to a parquet file. |
|
Write a typed data frame with this schema to a Delta Lake table. |
Reading Data#
|
Read a parquet file into a typed data frame with this schema. |
|
Lazily read a parquet file into a typed data frame with this schema. |
|
Read a Delta Lake table into a typed data frame with this schema. |
|
Lazily read a Delta Lake table into a typed data frame with this schema. |
Schema Serialization#
Serialize this schema to a JSON string. |
|
|
Deserialize a schema from a JSON string. |
|
Read a dataframely schema from the metadata of a parquet file. |