Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Data Study | Explore Dataset
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Introduction to Python for Data Analysis

bookData 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 nameData typeAbout
user_idintUser unique number
planstrThe type of the subscription
priceintThe cost of the subscription
trialboolIf the plan is trial or not

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 1

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

Suggested prompts:

Mi faccia domande su questo argomento

Riassuma questo capitolo

Mostri esempi dal mondo reale

bookData Study

Scorri per mostrare il menu

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 nameData typeAbout
user_idintUser unique number
planstrThe type of the subscription
priceintThe cost of the subscription
trialboolIf the plan is trial or not

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 1
some-alt