课程: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Checking the data info - SQL教程
课程: Complete Guide to AI and Data Science for SQL: From Beginner to Advanced
Checking the data info
- [Instructor] What's up, data explorers? In your last step, you open your treasure chest of data. Now, let's shine a light on what's inside. Imagine your data set is like a book. And in this step, you're going to read the table of contents, basically getting to know what's in it. How do you do that in Python? With a simple command. You see this code, df.info. It's like asking the book for its table of contents. When you run this code, you get a bunch of information about your dataset. It's like reading the back cover of a book. You get a sneak peek of what's inside. Here are some key observations from this step. First, there are a total of 506 non null observations in each of the columns. This means, there are no missing values in the data. It's like having a complete puzzle with no missing pieces. Second, there are 13 columns in the dataset, and every single one of them is of numeric data type. So in a nutshell, your…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
-
-
-
-
-
(已锁定)
Importing necessary libraries and dataset overview3 分钟 18 秒
-
(已锁定)
Loading the data7 分钟 36 秒
-
(已锁定)
Checking the data info2 分钟 13 秒
-
(已锁定)
Summary statistics of the dataset5 分钟 49 秒
-
(已锁定)
Checking the distribution of the variables5 分钟 42 秒
-
(已锁定)
Applying log transformation and re-checking distribution3 分钟 6 秒
-
(已锁定)
Challenge: Preparation1 分钟 5 秒
-
(已锁定)
Solution: Preparation1 分钟 19 秒
-
(已锁定)
-
-
-
-
-
-