课程: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Loading the data

Loading the data

- [Instructor] All right, in your last step, you got your Python libraries loaded. Now, it's time to dive right into the data. If you plan on running the code for this step, you'll need the course dataset .csv file that you downloaded earlier from the exercise files area of the course. To work with your data, you need to load it into Python. Think of this step as opening a treasure chest full of information. In this code snippet, you're doing just that, opening your dataset. See this line of code? It's like telling your computer where to find the treasure chest, your dataset stored in a CSV file and how to open it. Once you've done that, it's like looking inside the chest and saying, "What's in here?" This is where we see the first few rows of your dataset. It's like peeking into the treasure chest and finding some sparkling gems. Each row is like a gem filled with information about houses in the neighborhood, and…

内容