How to Query Snowflake Data into Pandas Dataframes Using fetch_pandas_all
09-Apr-2021
In this episode, we’re going to query our Snowflake database and use fetch_pandas_all to put our result
data into a Pandas dataframe. This is a very handy technique that gives you a more usable output (a
dataframe) compared to just using fetch_all. Make sure to look at my earlier videos on how to connect to
Snowflake and how to install the Snowflake connector. Make sure you install the “pandas friendly”
version. (pip install snowflake-connector-python[pandas]
Data Engineering Project? Contact me today!