7xGit / 7xGit/7xGit_Task7

Print summary statistics

Open Beginner friendly
#3 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.