Description
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, and building intuition
- Drawing conclusions and/or making predictions
Communicating your findings
You’ll also learn how to use the Python libraries like NumPy, Pandas, and Matplotlib to write code that’s cleaner, more concise, and faster.
What you will learn
- Data Analysis Process
- NumPy and Pandas for 1D Data
- NumPy and Pandas for 2D Data
- Investigate a Dataset