Print summary statistics
Đang mở
Phù hợp với người mới
good first issue
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 1
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
📂 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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- pandas, python
- Lĩnh vực
- data
- Loại issue
- Tính năng
- Độ khó
- 1/5
- Thời gian dự kiến
- Dưới một giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 90/100