Load and print dataset preview
未关闭
适合新手
good first issue
help wanted
- 主要语言
- 没有语言数据
- 星标
- 1
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
📂 Task: Load the data.csv file using Pandas and print the first few rows of the DataFrame.
📌 File to modify: main.ipynb
✅ Expected Output:
Load CSV using pd.read_csv()
Print .head() to display the dataset preview
💡 Add comments to help beginners understand the process.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The file to modify is main.ipynb. Use pd.read_csv('data.csv') to load the dataset, then print the result of .head() to show the first few rows. Add comments explaining each step. Run the notebook cell to verify the output matches the expected preview.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- pandas, python
- 领域
- data
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 95/100