Table.load(data, /)
Load data into the table. This is a blocking operation: the method will not return until all the data is loaded.Example
This requires:
- A Spark version supporting Java 25 (
pyspark >= 4.2). - A JDK bundling the
jdk.incubator.vectormodule, used by Spark’s launcher (jdk4pydoes not bundle this module).
tuple or a Mapping:
See also:
DataLoad, load_async(), data_transaction(), and infer_data_types().