Conteúdo do 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
Practice Math Skills
Sign | Usage | Syntax in Python |
---|---|---|
+ | Adding numbers | 5 + 7 |
- | Subtracting the right number from the left | 10 - 4 |
/ | Dividing left number by the right | 20 / 5 |
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 3