Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele What is pandas? | Basics
Introduction to pandas [track]
course content

Kurssisisältö

Introduction to pandas [track]

Introduction to pandas [track]

1. Basics
2. Reading and Exploring Data
3. Accessing DataFrame Values
4. Aggregate Functions

book
What is pandas?

pandas is the library in Python for data manipulating and processing. This library allows to work with sets of information in a convenient form. This library is a must-have skill for each data analyst.

To start working with library, you must import it. Like NumPy, pandas also has convention on alias: pd: import pandas as pd. To make sure you have successfully loaded the library, you may simply print it!

123
# Importing library import pandas as pd print(pd)
copy

As you can see, the library has been loaded successfully.

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 1

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

course content

Kurssisisältö

Introduction to pandas [track]

Introduction to pandas [track]

1. Basics
2. Reading and Exploring Data
3. Accessing DataFrame Values
4. Aggregate Functions

book
What is pandas?

pandas is the library in Python for data manipulating and processing. This library allows to work with sets of information in a convenient form. This library is a must-have skill for each data analyst.

To start working with library, you must import it. Like NumPy, pandas also has convention on alias: pd: import pandas as pd. To make sure you have successfully loaded the library, you may simply print it!

123
# Importing library import pandas as pd print(pd)
copy

As you can see, the library has been loaded successfully.

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 1
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt