You are viewing documentation about an older version (1.25.0). View latest version

snowflake.snowpark.DataFrameReader.csv

DataFrameReader.csv(path: str) DataFrame[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/dataframe_reader.py#L415-L505)

Specify the path of the CSV file(s) to load.

Parameters:

path – The stage location of a CSV file, or a stage location that has CSV files.

Returns:

a DataFrame that is set up to load data from the specified CSV file(s) in a Snowflake stage.

Language: English