Conteúdo do Curso
Introduction to Python for Data Analysis
Introduction to Python for Data Analysis
How to Explore the Data
So, we have learned how to import the file we need to work with into the Python.
Now we will learn how to see what is inside the file and will try to find some info about the df
.
Study functions above and let's go practice!
Tarefa
Let's explore our dataset!
- Import the
pandas
using thepd
using thepd
alias. - Read the csv file using the
df
variable. - Show the size of the file.
- Show names of the columns in the file.
- Show the first 7 rows of the file.
Obrigado pelo seu feedback!
How to Explore the Data
So, we have learned how to import the file we need to work with into the Python.
Now we will learn how to see what is inside the file and will try to find some info about the df
.
Study functions above and let's go practice!
Tarefa
Let's explore our dataset!
- Import the
pandas
using thepd
using thepd
alias. - Read the csv file using the
df
variable. - Show the size of the file.
- Show names of the columns in the file.
- Show the first 7 rows of the file.
Obrigado pelo seu feedback!
How to Explore the Data
So, we have learned how to import the file we need to work with into the Python.
Now we will learn how to see what is inside the file and will try to find some info about the df
.
Study functions above and let's go practice!
Tarefa
Let's explore our dataset!
- Import the
pandas
using thepd
using thepd
alias. - Read the csv file using the
df
variable. - Show the size of the file.
- Show names of the columns in the file.
- Show the first 7 rows of the file.
Obrigado pelo seu feedback!
So, we have learned how to import the file we need to work with into the Python.
Now we will learn how to see what is inside the file and will try to find some info about the df
.
Study functions above and let's go practice!
Tarefa
Let's explore our dataset!
- Import the
pandas
using thepd
using thepd
alias. - Read the csv file using the
df
variable. - Show the size of the file.
- Show names of the columns in the file.
- Show the first 7 rows of the file.