atoti.Table#
Add one or multiple rows to the table. |
|
Columns of the table. |
|
Delete some of the table's rows. |
|
Return at most n random rows of the table. |
|
Define a join between this source table and the target table. |
|
Names of the key columns of the table. |
|
Load an Arrow Table into this scenario. |
|
Load a CSV into this scenario. |
|
Consume a Kafka topic and stream its records in the table. |
|
Load a NumPy 2D array into this scenario. |
|
Load a pandas DataFrame into this scenario. |
|
Load a Parquet file into this scenario. |
|
Load a Spark DataFrame into this scenario. |
|
Load the result of the passed SQL query into the table. |
|
Name of the table. |
|
Query the table to retrieve some of its rows. |
|
Scenario on which the table is. |
|
All the scenarios the table can be on. |