Print summary statistics
Offen
Anfängerfreundlich
good first issue
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 1
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
📂 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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- pandas, python
- Bereich
- data
- Issue-Typ
- Feature
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 90/100