mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 10:00:39 -04:00
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
---
|
|
id: 5e9a093a74c4063ca6f7c14d
|
|
title: Esempio A di analisi dei dati
|
|
challengeType: 11
|
|
videoId: nVAaxZ34khk
|
|
bilibiliIds:
|
|
aid: 590571151
|
|
bvid: BV1sq4y1f7gr
|
|
cid: 409002372
|
|
dashedName: data-analysis-example-a
|
|
---
|
|
|
|
# --description--
|
|
|
|
*Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.*
|
|
|
|
Altre risorse:
|
|
|
|
- <a href="https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example" target="_blank" rel="noopener noreferrer nofollow">Notebook su GitHub</a>
|
|
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Come aprire Notebooks da GitHub usando Google Colab.</a>
|
|
|
|
# --question--
|
|
|
|
## --text--
|
|
|
|
Cosa ci dice il profilo (shape) del nostro dataframe?
|
|
|
|
## --answers--
|
|
|
|
La dimensione in gigabyte del dataframe che abbiamo caricato in memoria.
|
|
|
|
---
|
|
|
|
Quante righe e colonne ha il nostro database.
|
|
|
|
---
|
|
|
|
Quante righe aveva la sorgente dei dati prima del caricamento.
|
|
|
|
---
|
|
|
|
Quante colonne aveva la sorgente dei dati prima del caricamento.
|
|
|
|
## --video-solution--
|
|
|
|
2
|
|
|