Intro to Data Analysis
About this Course
This course will introduce you to the world of data analysis. You'll learn how to go through the entire data analysis process, which includes:
- Posing a question
- Wrangling your data into a format you can use and fixing any problems with it
- Exploring the data, finding patterns in it, and building your intuition about it
- Drawing conclusions and/or making predictions
- Communicating your findings
You'll also learn how to use the Python libraries NumPy, Pandas, and Matplotlib to write code that's cleaner, more concise, and runs faster.
This course is part of the Data Analyst Nanodegree.
Explore a variety of datasets, posing and answering your own questions about each. You’ll be using the Python libraries NumPy, Pandas, and Matplotlib.
[
This course is a good first step towards understanding the data analysis process as a whole. Before delving into each individual phase, it is important to learn the difference between all phases of the process and how they relate to each other. After taking this course, you will be better positioned to succeed in other courses in the Data Analyst Nanodegree program. For example, a student who started with Data Analysis with R, which covers the exploratory data analysis phase, might not understand at that point the difference between data exploration and data wrangling. By taking this course first, you will learn what each phase accomplishes and how it fits into the larger process.
,This course also covers the Python libraries NumPy, Pandas, and Matplotlib, which are indispensable tools for doing data analysis in Python. Their many convenient functions and high performance make writing data analysis code a lot easier!
]
lesson 1
Data Analysis Process
Learn about the data analysis process.
Pose a question, wrangle your data, draw conclusions and/or make predictions.
Complete an analysis of Udacity student data using pure Python, with few additional libraries.
lesson 2
NumPy and Pandas for 1D Data
Start learning to use NumPy and Pandas to make the data analysis process easier.
Features that apply to one-dimensional data.
Learn to use NumPy arrays, Pandas Series, and vectorized operations.
lesson 3
NumPy and Pandas for 2D Data
Continue learning about NumPy and Pandas, this time focusing on two-dimensional data.
Learn to use two-dimensional NumPy arrays and Pandas DataFrames.
Group your data and to combine data from multiple files.
lesson 4
Investigate a Dataset
Use NumPy and Pandas to go through the data analysis process on one of a list of recommended datasets.