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

Kursinnhold

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!

Oppgave

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 desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 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!

Oppgave

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 desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 3
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Vi beklager at noe gikk galt. Hva skjedde?
some-alt