Data Study
In this section, we are going to get acquainted with the pandas library and explore datasets.
We will learn the main functions needed to work with the data:
- Reading files and creating DataFrames
- Describing data functions
- Sorting data function
max(),min(),mean(),median()- Grouping function
.pivot_tables().loc()
And after learning these functions, we will also learn how to visualize analytics things!
In this section, we will work with the application subscription data. Please, study the data.
| Column name | Data type | About |
|---|---|---|
user_id | int | User unique number |
plan | str | The type of the subscription |
price | int | The cost of the subscription |
trial | bool | If the plan is trial or not |
Takk for tilbakemeldingene dine!
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Still meg spørsmål om dette emnet
Oppsummer dette kapittelet
Vis eksempler fra virkeligheten
Awesome!
Completion rate improved to 2.08
Data Study
Sveip for å vise menyen
In this section, we are going to get acquainted with the pandas library and explore datasets.
We will learn the main functions needed to work with the data:
- Reading files and creating DataFrames
- Describing data functions
- Sorting data function
max(),min(),mean(),median()- Grouping function
.pivot_tables().loc()
And after learning these functions, we will also learn how to visualize analytics things!
In this section, we will work with the application subscription data. Please, study the data.
| Column name | Data type | About |
|---|---|---|
user_id | int | User unique number |
plan | str | The type of the subscription |
price | int | The cost of the subscription |
trial | bool | If the plan is trial or not |
Takk for tilbakemeldingene dine!