Input/Output¶
Flat file
  | 
Read csv file(s) into a Snowpark pandas DataFrame.  | 
  | 
Read an Excel file 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.  | 
  | 
Load an ORC object from the file path, returning a DataFrame.  | 
  | 
Read SAS files stored as either XPORT or SAS7BDAT format files.  | 
  | 
Load pickled pandas object (or any object) from file and return unpickled object.  | 
  | 
Read HTML tables into a list of DataFrame objects.  | 
  | 
Read XML document into a DataFrame object.  | 
  | 
Read Stata file into DataFrame.  | 
SQL
  | 
Read a Snowflake table or SQL Query to a Snowpark pandas DataFrame.  | 
  | 
Creates a dynamic table that captures the computation expressed by the given DataFrame or Series.  | 
  | 
Writes the given DataFrame or Series data to the specified iceberg table in a Snowflake database.  | 
  | 
Save the Snowpark pandas DataFrame or Series as a Snowflake table.  | 
  | 
Convert the Snowpark pandas DataFrame or Series to a Snowpark DataFrame.  | 
  | 
Creates a view that captures the computation expressed by the given DataFrame or Series.  | 
pandas
  | 
Convert Snowpark pandas DataFrame or Series to pandas DataFrame or Series  |