filmov
tv
Data Science Demo - Using SQL in Python

Показать описание
Ready to learn some more fundamental data science skills you can utilize on your journey to becoming a data scientist or data engineer? Watch this step-by-step data science demo all about using SQL in Python.
Often, the data we need is in a relational database that we can access with SQL. While it’s possible to use a separate utility to connect to the database and save the data to a file, we’ll want to connect directly with our Python program.
In this demo, The Data Incubator instructor Rich Ott teaches you how to:
• Write a simple SQL query
• Connect to a database with Python database connectors
• Automate database interactions
Often, the data we need is in a relational database that we can access with SQL. While it’s possible to use a separate utility to connect to the database and save the data to a file, we’ll want to connect directly with our Python program.
In this demo, The Data Incubator instructor Rich Ott teaches you how to:
• Write a simple SQL query
• Connect to a database with Python database connectors
• Automate database interactions