Print summary statistics
Ouverte
Adaptée aux débutants
good first issue
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 1
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
📂 Task: Display summary statistics for numerical columns in the dataset.
📌 File to modify: main.ipynb
✅ Expected Output:
Use df.describe() to show mean, std, min, etc.
Comment your findings for better understanding
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Open main.ipynb, locate the dataset variable (likely `df`). Use `df.describe()` to generate summary statistics for numerical columns. Print the result and add a comment interpreting the output (e.g., noting the mean, spread, or outliers). Run the notebook cell to verify the output matches the expected format.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- pandas, python
- Domaine
- data
- Type d'issue
- Fonctionnalité
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 90/100