Print summary statistics
Open
Beginner friendly
good first issue
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pandas, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100