Load and print dataset preview
Abierto
Apto para principiantes
good first issue
help wanted
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
📂 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- pandas, python
- Área
- data
- Tipo de issue
- Documentación
- Dificultad
- 1/5
- Tiempo estimado
- Menos de una hora
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 95/100