Contenido del Curso
Introduction to Python for Data Analysis
Introduction to Python for Data Analysis
2. Introduction to Python 2/2
3. Explore Dataset
Data StudyOperations with the FileHow to Explore the DataSorting DataMax, min, mean, medianChallengeGroup DataDive Deeper into Grouping DataGroup Data 2.0Introduction to NumPyPivot TablesRecall Loops.loc FunctionDeal with Several ConditionsChallengeVisualization: First StepsDive Deeper into Visualization
Challenge
Tarea
Swipe to start coding
- Import the
pandas
with thepd
alias. - Read the
csv
file. - Show the first five rows of the
df
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 4. Capítulo 3
Challenge
Tarea
Swipe to start coding
- Import the
pandas
with thepd
alias. - Read the
csv
file. - Show the first five rows of the
df
.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 4. Capítulo 3