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

Kursusindhold

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!

Opgave

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 desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 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!

Opgave

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 desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 3
Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Vi beklager, at noget gik galt. Hvad skete der?
some-alt