From the course: Python Data Analysis
From data to insight with Python - Python Tutorial
From the course: Python Data Analysis
From data to insight with Python
- [Instructor] Python is an excellent tool for data analysis because it's friendly, pragmatic, and powerful. But what I like the most about Python is that it can be a lot of fun. Whether you're interested in data analysis for work, school, or for your own personal interest, Python can make it enjoyable. We will start this course by looking at tools for data analysis with three rapid tutorials, each followed by a practical project. We will review Python data structures and their manipulation in the core language. Then we will switch to the three typical phases of a data analysis project, importing and wrangling data to prepare for your analysis, summarizing and visualizing to explore and understand the dataset, and building statistical models to explain the data. Hi, I'm Michele Vallisneri. Let's get started with a complete guide to Python data analysis.