SQL Databases with Pandas and Python - A Complete Guide

Ғылым және технология

In this Python tuturial we talk all about connecting to SQL Databases with Python and Pandas. Python is the swiss army knife of data anaylsis, and relational databases are the most common way data is stored at small and large companies. Learning how to best connect the two is an essential skill for any data professional.
Timeline:
00:00 Intro
01:02 Setting up A Toy Database with Docker
02:35 DBMS to Pull Data
04:55 Querying Data via Python API
08:35 Querying with Pandas read_sql
11:24 Writing data with Pandas to_sql
Check out my other videos:
Data Pipelines: Polars vs PySpark vs Pandas: • The BEST library for b...
Polars for Data Science: • Polars: The Next Big P...
Speed up Pandas Dataframes: • This INCREDIBLE trick ...
Avoid These Pandas Mistakes: • 25 Nooby Pandas Coding...
Links to my stuff:
* KZread: youtube.com/@robmulla?sub_con...
* Discord: / discord
* Twitch: / medallionstallion_
* Twitter: / rob_mulla
* Kaggle: www.kaggle.com/robikscube

Пікірлер: 126

  • @Xnozea
    @Xnozea Жыл бұрын

    I like the way you started with low level examples and made your way to more practical high level stuff. Thanks.

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks, I tried to explain it the same way that I learned it over months/years. It makes sense to walk through it that way.

  • @_isDev
    @_isDev Жыл бұрын

    Thanks Rob! my understanding of databases and Python improves everytime I watch your videos! Keep going!

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad to hear that. Learn a little every day and before you know it you'll be an expert!

  • @tomasrubinstein4889
    @tomasrubinstein4889 Жыл бұрын

    Hey Rob! Been watching your channel for a while and it’s both super helpful and interesting! Thank you very much for bringing this type of content to KZread!

  • @molmock
    @molmock Жыл бұрын

    Instantly liked and downloaded to watch offline. Your channel is pure gold🙏🙏🙏

  • @robmulla

    @robmulla

    Жыл бұрын

    Wow, thank you! I apprecaite the feedback.

  • @raingo5625

    @raingo5625

    Жыл бұрын

    +1

  • @broteinstain8256
    @broteinstain8256 Жыл бұрын

    First time watching one of your videos. Great job explaining the details of how the sql connection works, especially with SQLAlchemy. I have used SQLAlchemy alot and the details you provided were perfect for getting new users up and running. I will have to watch some more of your content in the future.

  • @coneuer15
    @coneuer15 Жыл бұрын

    This is super helpful, I am a data analytics student, literally cant live without your channel and your contents. Thank you a million times and please keep up the good work! P.S: by any chance you can make a tutorial about Apache spark in python?

  • @othmanaitmaatallah5816
    @othmanaitmaatallah5816 Жыл бұрын

    I used to connect with databases via Sqlite3 and dump the data into a csv file. After that, I imported data using Pandas. But this tutorial spotted the light on other ways to do it in a straight forward manner. Thank you for sharing and keep up the good work! My favorite singer is Rob Thomas, My favorite programmer is Rob Mulla!

  • @robmulla

    @robmulla

    Жыл бұрын

    Haha. Happy to be one of your favorites alongside Mr Thomas

  • @huntercoleman1347
    @huntercoleman1347 Жыл бұрын

    This is just a tutorial, but a quick note to anyone new to databases who is putting this into a production environment, your root password should not be just a dictionary word.

  • @robmulla

    @robmulla

    Жыл бұрын

    Absolutely! Great point. I'm assuming most people who are learning this will be more end users and not DB admins.

  • @charlie2288345
    @charlie2288345 Жыл бұрын

    Oh this is an amazing video to stumble onto!! Let me save this and trying to practice some database pulls. Thanks for the lesson!

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad you enjoyed it! It's a time saver and allows you to automate a lot of tasks.

  • @ayambasumailaimoro2082
    @ayambasumailaimoro2082 Жыл бұрын

    Thank you sir. I like your tutorials a lot because they are usually short but the content is amazing🙏🙏

  • @jdhouse6501
    @jdhouse6501 Жыл бұрын

    You deserve way more views. I use a lot of what you say at work!

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks! So glad you find the videos I make helpful.

  • @jadelaossa
    @jadelaossa Жыл бұрын

    Thank you Rob!! For a next video, LightGBM/XGBoost hyperparameter tunning would be amazing!!

  • @alex_df
    @alex_df Жыл бұрын

    I was about to throw a brick at you when you used a for loop to read the database instead of using read_sql method! 🤣Great stuff as always!

  • @kingkong792
    @kingkong792 Жыл бұрын

    You’re the plug! Thanks Rob!

  • @jonathanhody3622
    @jonathanhody3622 Жыл бұрын

    Great video as usual! Thank you for this. Do you perhaps consider doing a video on how to create cloud SQL databases for small (personal) project? I would love to see what is the best way to do it and access it with Python. If you also have some nice tools such as docker or beaverDB for this, that would be highly appreciated

  • @mpfiesty
    @mpfiesty4 ай бұрын

    Chefs kiss. Love the content.

  • @abhishekyadav2041
    @abhishekyadav204111 ай бұрын

    Very helpfull man, Will see your all videos 👍

  • @scottbrewer474
    @scottbrewer474 Жыл бұрын

    Nice summary to a pattern that took me bit to figure out myself awhile ago! I'd add that it may have been worth mentioning use of a context handler for the connection, but I suppose the pandas pattern is preferred b/c it already does that.

  • @FarizDarari
    @FarizDarari5 ай бұрын

    Very clear tutorial! Thanks!

  • @akankshasinha946
    @akankshasinha946 Жыл бұрын

    Thank you Rob for making this video! I am interested in learning to save data frames/excel/csv to MSSQL i.e saved on AWS EC2 using Python(Jupyter notebook). The script I am running is getting lots of connection error. Looking forward to the video on the topic.

  • @pavlostsoukias8147
    @pavlostsoukias8147 Жыл бұрын

    Top quality as always! Tnx Rob!

  • @robmulla

    @robmulla

    Жыл бұрын

    Thank you 👏 Glad you like it.

  • @ringostarkiller7097
    @ringostarkiller7097 Жыл бұрын

    Thank you Rob, i love ur videos! 🤩

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for watching. Glad you enjoy watching these, I like making them.

  • @gustavollanos3950
    @gustavollanos39509 күн бұрын

    Amazing video, this helped a lot, thanks

  • @ZeuSonRed
    @ZeuSonRed10 ай бұрын

    This was amazing I thing you should do an official tutorial one day.

  • @andybecker5001
    @andybecker5001 Жыл бұрын

    I use sqlalchemy every day. It’s great. I would caution if your going to to_sql to create, make sure all the df columns are formatted the way they should be. You can get some wonky values in the created db table if you don’t.

  • @shivamd23
    @shivamd23 Жыл бұрын

    brilliant video. Thanks For Making This Video 😊

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for watching and commenting!

  • @user-og3pj9nr7t
    @user-og3pj9nr7t8 ай бұрын

    such a wonderful video

  • @SUGATORAY
    @SUGATORAY Жыл бұрын

    Rob, thank you for making this video. Very good content as usual. Could you please consider making a video on data versioning with various types of data versioning tools (DVTs)? DVC GitLFS Dolt DeltaLake LakeFS Liquibase … to name a few. #database #dataversioning #versioning #data #sqldbversioning #sql #db #liquibase #lakefs #deltalake #dolt #gitlfs #dvc

  • @mariumbegum7325
    @mariumbegum7325 Жыл бұрын

    Very insightful video!

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad it was helpful!

  • @jedrichards6575
    @jedrichards6575 Жыл бұрын

    Great video! Next time let's see a PyTorch intro!

  • @robmulla

    @robmulla

    Жыл бұрын

    It's on my todo list 😄 - Thanks for watching.

  • @ericb1573
    @ericb1573 Жыл бұрын

    Do we need to close a sqlalchemy connection like how the first method used cursor.close() and connection.close()?

  • @plastiquec4218
    @plastiquec42182 ай бұрын

    great tutorial !!!

  • @dk-ww3kp
    @dk-ww3kp Жыл бұрын

    Amazing video as always 👏👍🏻

  • @robmulla

    @robmulla

    Жыл бұрын

    Thank you so much 😀 - Glad you liked it.

  • @luizsimoes8976
    @luizsimoes8976 Жыл бұрын

    First I click like and then watch the video. Thanks for so much!

  • @robmulla

    @robmulla

    Жыл бұрын

    You're the best! Glad you expect to like it even before watching.

  • @danielkimia2004
    @danielkimia2004 Жыл бұрын

    Thanks a lot, Rob! It's really helpful. Do you mind sharing the Jupyter notebook as well?

  • @ayayronbalakey7789
    @ayayronbalakey77892 ай бұрын

    did anyone notice how the "Subscribe" plays a simple gradient animation when he mentions to "subscribe to the channel" around 0:58?? so cool

  • @Harpoika
    @Harpoika Жыл бұрын

    This is one great video! Liked and subscribed.

  • @Harpoika

    @Harpoika

    Жыл бұрын

    I'm not a computer person but as a business owner I've ended using jupyter notebooks to interact with my data instead of Excel. I get so much help from AI to blast through technicalities that were preventing me from doing it before. This video is a true eye opener for me!

  • @robmulla

    @robmulla

    Жыл бұрын

    Awesome! Glad it helped.

  • @MichaelTVickers
    @MichaelTVickers Жыл бұрын

    Something that caught me last week at work--for the df.to_sql method you have to pass an sqlalchemy engine and not the connection object, like you see here. The pandas documentation isn't very clear on this.

  • @alphonsederus
    @alphonsederus4 ай бұрын

    Thanks, Rob! Sometimes I have queries that include both RDBMS and flat files. For example, 500,000 records are selected for a study and the RDBMS table is 5,000,000,000 records. What's an effective solution without bringing the whole table down?

  • @Anna00722
    @Anna007227 ай бұрын

    Hi, is there any way ,panda can read all the tables.. as there are many tables in db

  • @joseph-rn6mp
    @joseph-rn6mp Жыл бұрын

    I found the part about using Docker for the MySQL server to be super useful. Have you thought about making an exclusive video about the different applications of Docker for Data Science? Thank you for the video! :D

  • @robmulla

    @robmulla

    Жыл бұрын

    Oh. That’s a great idea. So many applications but honestly I don’t utilize it as much as I should.

  • @markprubin
    @markprubin7 ай бұрын

    Fairly new with using Docker Rob. The script gave me issues in that the image's platform doesn't match mine. I have an M1 Max chip. Am I unable to move forward?

  • @AWinterSonata
    @AWinterSonata3 ай бұрын

    2:08 & 2:28 can someone explain where I should run these scripts in? is it in window's command line or an ide like jupyternotebook thanks

  • @b_rizzle4808
    @b_rizzle4808 Жыл бұрын

    now can you get this to build automation into it with power automate to run the python script on the cloud daily? i dont have a python server at work

  • @beastmaroc7585
    @beastmaroc758510 ай бұрын

    would like to see a video about data pipeline between SQL and Postresql when dealing with big tables like 10M rows ... how to do a fast load

  • @CarlosJimenez-pb6dq
    @CarlosJimenez-pb6dq5 ай бұрын

    Hello rob! The content of your videos is very helpful, THANK YOU! In this particular topic, I am trying to replicate the execution in an oracle database, but when trying to load the data from a dataframe, it shows this error: "DatabaseError: Execution failed on sql 'SELECT name FROM sqlite_master WHERE type=' table' AND name=?;': ORA-01036: illegal variable name/number". I have checked the data type and I can't find the problem. Can you guide me on the possible reasons for the error and how I could resolve it?

  • @Al-Ahdal
    @Al-AhdalАй бұрын

    @Rob Mulla: It is requested to make comprehensive playlists on "Data Analytics & Visualization" using pandas, polars, matplotlib, seaborn, numpy etc. and how to connect with different databases from VS or Jupyter, and also REGEX.

  • @Skater88ish
    @Skater88ish Жыл бұрын

    I have found duckdb to be nice for sql related items and it also has some nice integrations with polars, pandas, arrow, and a few others. Its quick and I found the interface pretty easy to pickup on, speaking from my own perspective of limited experience with them.

  • @robmulla

    @robmulla

    Жыл бұрын

    I've tested out duckdb and hopefully will be making a video about it at some point. I agree it's really nice to write SQL and it flat files directly.

  • @murphygreen8484

    @murphygreen8484

    Жыл бұрын

    ​@@robmullaplease do!

  • @Dongnanjie
    @Dongnanjie4 ай бұрын

    Thank you!

  • @ramchillarege1658
    @ramchillarege16586 ай бұрын

    nice. thanks.

  • @Arctect
    @Arctect Жыл бұрын

    Gooooood!!!

  • @robmulla

    @robmulla

    Жыл бұрын

    🔥🔥🔥

  • @milindankur
    @milindankur Жыл бұрын

    Thanks Rob!

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for watching & commenting Ankur!

  • @sadia-khanum
    @sadia-khanum Жыл бұрын

    Sir you have a Python playlist ( complete a to z course) ?

  • @shiftyjesusfish
    @shiftyjesusfish Жыл бұрын

    *my hand is up, I have a question!* it sounds dumb to ask. But, I'm new and I think I just had an ah-ha.... correct me if im wrong. But the theory is that to keep the code clean and computational light (minimal double handling), you break out of that single line so that you can accept the whole packet (or chunk of data) in one shot, and then, pandas, is able to take it in and reads it as a low res bit map or weighted map or something, and is able to natively process that data? skipping like a whole read write cycle for the package? Cause it feels like actual wizard magic how much data can be processed in real time these days😅😅

  • @user-vb5tx4ci2s
    @user-vb5tx4ci2s Жыл бұрын

    Nice video. Would like to vote for pyspark in the future videos

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for the suggestion. I do have one video on pyspark but if people want more I can give it a try!

  • @vinitkumarpatel1030
    @vinitkumarpatel10308 ай бұрын

    thanks rob

  • @CaribouDataScience
    @CaribouDataScience Жыл бұрын

    Are you and duckdb on speaking terms?

  • @robmulla

    @robmulla

    Жыл бұрын

    Ducks can’t talk.

  • @spamspamspamspam3459
    @spamspamspamspam3459 Жыл бұрын

    What about pyodbc

  • @krishnabisen2666
    @krishnabisen2666 Жыл бұрын

    What are the advantages of using the sqlalchemy engine over mysql.connector and cursor? It helps with code abstraction, but is there any difference performance wise?

  • @robmulla

    @robmulla

    Жыл бұрын

    Good question. I don't know if there are any performance differences, I just wanted to show the sqlalchemy approach because it supports more database types and that's how I typically set it up for most databases.

  • @krishnabisen2666

    @krishnabisen2666

    Жыл бұрын

    @@robmulla thanks for the reply. I decided to choose a method for the database connection that I'll use going forward. Couldn't find any huge difference between those two so decided to go with mysql connector for it's simplicity and light weight

  • @jonathankapoor2389
    @jonathankapoor2389 Жыл бұрын

    Thanks for this. You write the query as a string. Are you aware of a way to write the query in Python code and have intellisense and autocomplete available?

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for watching. Great question. I don’t know of any way to do that directly in python. But I usually write my queries and test them in the db software before running them.

  • @infamousprince88
    @infamousprince888 ай бұрын

    Hi Rob - this was a very helpful video. My only concern is that my company uses Teradata as their SQL database. Do you happen to have instructions for doing these steps connecting to Teradata? Looking through the docs but haven’t currently found anything similar. I do have Python/pandas connected to my Teradata table currently but there’s a lot more code involved to make the connection.

  • @infamousprince88

    @infamousprince88

    8 ай бұрын

    Also curious if you have tips on iterating through a SQL table. An example is that I am wanting to pull data in only for a specific value and then move to the next value after the first value has been processed through my script. Ex. If I have Peter, Sue, John and Joe: Pull data in from Peter and then Sue, then John , Joe being last. In my real case it would be over 100 “persons” to iterate through. Hope this was clear. Essentially I wouldn’t want the entire table to come in all at once

  • @eduardomelo4340
    @eduardomelo4340 Жыл бұрын

    Hey Rob, I really appreciate the way you explain things. Have you ever considered the idea of creating a course on topics that you excel in? I believe many people would enjoy having you as their teacher! You are such a skilled communicator that I would gladly pay for your course without hesitation.

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad you enjoy my content. Currently I only make youtube videos as a side hobby. My main goal right now is to reach 100k subscribers. After that I'm going to re-evaluate and decide what the next goal would be. I don't think I'll do a course though, I like giving my content away for free and there are already so many other great courses out there. Not completely ruling it out though.

  • @massoudkadivar8758
    @massoudkadivar8758 Жыл бұрын

    Good job

  • @robmulla

    @robmulla

    Жыл бұрын

    thanks for the feedback.

  • @nothingisreal6345
    @nothingisreal6345 Жыл бұрын

    Compare to LINQToSQL this feels like stone ages. Isn't there are reasonable ORM for Panda that imports the DB model automatically and the allows writing queries in Python instead of SQL?

  • @mad1337nes

    @mad1337nes

    Жыл бұрын

    Maybe I'm not fully getting it (quickly googled linq), but the second half/ pd.read_sql is basically that. Once the data is in a pandas dataframe you can manipulate it like normal. Sqlalchemy does let you treat dbs and tables more as objects if you want to do it that way( db.table.fetchall() or something)....but SQL is pretty standard and easy anyways. Not everything needs a gui and a handhold, this is for scripting/automation; besides looking at 50 char CammelCasedFunctionsNamed.DoubleClickOnAction() seems pretty trash and overly complicated, comparatively.

  • @robmulla

    @robmulla

    Жыл бұрын

    I think @mad1337nes is correct. @nothingisreal6345 - I'm showing the process of querying the database in different ways and it really depends on your use case. Sqlalchemy has an ORM, but I've never used it beyond the basics: docs.sqlalchemy.org/en/20/orm/

  • @nisheksharma7583
    @nisheksharma7583 Жыл бұрын

    Rob is this community version or enterprise of thedbeaver?

  • @robmulla

    @robmulla

    Жыл бұрын

    Just the community version.

  • @syedhaider0916
    @syedhaider0916 Жыл бұрын

    Nice video. I am new to python and data science world transiting from Javascript world. Just wanted to ask if is this IntelliSense built into jupyter notebook?

  • @robmulla

    @robmulla

    Жыл бұрын

    Thanks for watching. Jupyter lab has really good autocomplete with hitting tab. I don't think it has IntelliSense by default but it can be enabled with extensions. You can also run notebooks in something like vscode if you prefer.

  • @seya2183
    @seya21833 ай бұрын

    Exist also pandassql u can create querys sql in pandas.

  • @azamiqbal8792
    @azamiqbal8792 Жыл бұрын

    Super

  • @robmulla

    @robmulla

    Жыл бұрын

    Duper!

  • @YopSmile
    @YopSmile Жыл бұрын

    Thanks for the great video! What do you think of Redis? Is it worth using with Pandas?

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad you liked the video. I've never used Redis personally, but it's an in-memory database so it will be very fast. There are downsides to this like cost and persistance. It really depends on your use case and if speed is the top priority. Once you read the data to pandas it's in memory so that might be all you need.

  • @YopSmile

    @YopSmile

    Жыл бұрын

    @@robmulla that's why I asked. Considering you've got good performance optimization videos.

  • @nunolopes3910
    @nunolopes3910 Жыл бұрын

    Amazing video! If we want to run this query daily like you said, how can we do it? (Must be a basic question, but i am just starting out and using jupyter lab to process data once, and want to know how to run the code daily if possible. Thank you in advance, and keep making this great content😁

  • @robmulla

    @robmulla

    Жыл бұрын

    Glad you liked the video. If you are running on Linux you could write a python script to do your daily processing. Then use a cronjob that runs that script at a certain frequency (hourly, daily…)

  • @nunolopes3910

    @nunolopes3910

    Жыл бұрын

    @@robmulla Always like the videos, even if some are a little advanced for where i am at! Thank you for your answer, going to look into it :)

  • @DanielBaldovinoP
    @DanielBaldovinoP11 ай бұрын

    Ay wey, mi mente!

  • @marcw.5492
    @marcw.54923 ай бұрын

    Why do I feel like I learned all this in 1980 and have to now re learn it with different syntax. Isnt this 2024 ? Why not use EXCEL ?

  • @aleman12345
    @aleman12345 Жыл бұрын

    do an example with SAP HANA

  • @robmulla

    @robmulla

    Жыл бұрын

    What is that?

  • @aleman12345

    @aleman12345

    Жыл бұрын

    @@robmulla The ERP from SAP, I think it's mainly focused on real estate, building or facility management. I am trying to get an easier way of downloading the info from the cloud using SQL to process with pandas and in the end prepare an excel report and send downloaded info to Airtable in order to be in Sync. But SAP is not that easy to customise or to handle or to even access options, it only allows at the moment a slow extraction of data trough excel downloads. I think your suggestion might be good idea.

  • @phsopher
    @phsopher Жыл бұрын

    Is it just me or does Rob look AI generated in the beginning?

  • @robmulla

    @robmulla

    Жыл бұрын

    🤫

  • @cameronosborne7405
    @cameronosborne7405 Жыл бұрын

    This guy’s face is AI generated in the video

  • @midasredblade236
    @midasredblade236 Жыл бұрын

    mans a grandmaster in kaggle

  • @konnli1
    @konnli1 Жыл бұрын

    Pandas and PDF. reading data from a pdf document

  • @robmulla

    @robmulla

    Жыл бұрын

    I have a video about extracting text from an image.

  • @konnli1

    @konnli1

    Жыл бұрын

    @@robmulla let me check it out. thanks

  • @soumyajitbiswas3727
    @soumyajitbiswas372710 ай бұрын

    Out of Curiosity..... Why do you look like AI-generated? :-)

  • @cgyh68748
    @cgyh6874810 ай бұрын

    sos groso sabelo

  • @bijayamanandhar3890
    @bijayamanandhar38908 ай бұрын

    I just don't understand why there is a romantic musical background in such a nice academic video that you have created after a huge effort. The unnecessary musical background just spoils the quality because the viewers watch this type of videos not in a romantic mood at all. Please remove the music. Thanks!

  • @user-pm6jl6df9q
    @user-pm6jl6df9q Жыл бұрын

    hey rob, I just love your content and the way you present it from every perspective, there is just one thing I want to mention here that we can get results from cursor in bulk using fetchall() method

  • @---ni1fz
    @---ni1fz Жыл бұрын

    Thank you for your great content! For a next topic, I would love a video on Pytorch.

Келесі