Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära How to Explore the Data | Explore Dataset
Introduction to Python for Data Analysis
course content

Kursinnehåll

Introduction to Python for Data Analysis

Introduction to Python for Data Analysis

1. Introduction to Python 1/2
2. Introduction to Python 2/2
3. Explore Dataset
4. Becoming an Analyst

book
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.

carousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-img

Study functions above and let's go practice!

Uppgift

Swipe to start coding

Let's explore our dataset!

  1. Import the pandas using the pd using the pd alias.
  2. Read the csv file using the df variable.
  3. Show the size of the file.
  4. Show names of the columns in the file.
  5. Show the first 7 rows of the file.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 3
toggle bottom row

book
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.

carousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-img

Study functions above and let's go practice!

Uppgift

Swipe to start coding

Let's explore our dataset!

  1. Import the pandas using the pd using the pd alias.
  2. Read the csv file using the df variable.
  3. Show the size of the file.
  4. Show names of the columns in the file.
  5. Show the first 7 rows of the file.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 3. Kapitel 3
Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Vi beklagar att något gick fel. Vad hände?
some-alt