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