Load and print dataset preview
Ouverte
Adaptée aux débutants
good first issue
help wanted
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 1
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- pandas, python
- Domaine
- data
- Type d'issue
- Documentation
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 95/100