Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python: Data Analysis

Posted By: Landau17
Python: Data Analysis

Python: Data Analysis
MP4 | Video: 720p | Duration: 2:16:20 | English | Subtitles: VTT | 436.2 MB



If you're going to work with big data, you'll probably be using R or Python. And if you're using Python, you'll be definitely using Pandas and NumPy, the third-party packages designed specifically for data analysis. This course provides an opportunity to learn about them. Michele Vallisneri shows how to set up your analysis environment and provides a refresher on the basics of working with data containers in Python. Then he jumps into the big stuff: the power of arrays, indexing, and DataFrames in NumPy and Pandas. He also walks through two sample big-data projects: one using NumPy to analyze weather patterns and the other using Pandas to analyze the popularity of baby names over the last century. Challenges issued along the way help you practice what you've learned.

Topics include:
  • Writing and running Python in iPython
  • Using Python lists and dictionaries
  • Creating NumPy arrays
  • Indexing and slicing in NumPy
  • Downloading and parsing data files into NumPy and Pandas
  • Using multilevel series in Pandas
  • Aggregating data in Pandas