How to Use SQL Joins when Using Python on Snowflake to Get Pandas Dataframes

Опубликовано: 26 Ноябрь 2021
на канале: Sean MacKenzie Data Engineering
1,199
20

One of the great things about Snowflake is that, while it is a "big data" solution, you can still use your SQL to perform joins and other activities on the backend. This is no different when you're using the Snowflake connector for Python. When retrieving data from multiple different tables in Snowflake that you need to join or merge somehow later in your project, it is often faster to let Snowflake do the joining, rather than using Pandas join operations on your local computer. In these cases, using SQL is a fast and efficient way to get your joined data from Snowflake. Let's take a look at some SQL joins on Snowflake using Python!

Related Videos:
Python on Snowflake: 1 Million Record Migration from SQL Server using read_sql and write_pandas
   • Python on Snowflake: 1 Million Record...  
Python on Snowflake - How to use execute_async to kick off one/more queries - No stopping the code!
   • Python on Snowflake - How to use exec...  
How to Use SQL Joins when Using Python on Snowflake to Get Pandas Dataframes
You are watching this one now!
How to Use Python to Create Stored Procedures in Snowflake - SQL, Javascript, and Python Example
   • How to Use Python to Create Stored Pr...  
Python on Snowflake - How to Perform Transactions with Rollback
   • Python on Snowflake - How to Perform ...  
Python on Snowflake - How to Perform Concurrent Select Queries Using execute_async
   • Python on Snowflake - How to Perform ...  
Python on Snowflake - How to Use Describe()
   • Python on Snowflake - How to Use Desc...  
Python on Snowflake: How to use Merge (Upsert)
   • Python on Snowflake: How to use Merge...  
Python on Snowflake - How to Read and Write JSON Data Part 1
   • Python on Snowflake - How to Read and...  

Interested in transforming your career or finding your next gig?
https://system.billzone.com/careers.html

Want my team to do a project for you? Let's get to it!
https://system.billzone.com/smdeproje...

Want to get access to premium content made just for you and have a chat with me? Find me on Patreon :

  / mackenziedataengineering  

Want to work with me 1:1? Contact me today and book your free 20 min consultation!

Contact form you can find at http://www.mackenziemackenzie.com/

Follow me on social media:
  / mackenziedataanalytics  
  / seamacke  
  / seamacke  
  / seamacke  
  / psmackenzie  

Get Microsoft Office including Access:
https://click.linksynergy.com/fs-bin/...

Got a YouTube Channel? I use TubeBuddy, it is awesome. Give it a try:
https://www.tubebuddy.com/seanmackenz...


   • How to Use SQL Joins when Using Pytho...