Input/OutputΒΆ
Flat file
|
Read csv file(s) into a Snowpark pandas DataFrame. |
|
|
|
Read new-line delimited json file(s) into a Snowpark pandas DataFrame. |
|
Read parquet file(s) into a Snowpark pandas DataFrame. |
SQL
|
Read a Snowflake table or SQL Query to a Snowpark pandas DataFrame. |
|
Save the Snowpark pandas DataFrame or Series as a Snowflake table. |
|
Convert the Snowpark pandas DataFrame or Series to a Snowpark DataFrame. |
pandas
|
Convert Snowpark pandas DataFrame or Series to pandas DataFrame or Series |