Data Visualization with Python
IBM and Coursera Project Network via Coursera
-
481
-
- Write review
This course may be unavailable.
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Visualizing data is used by virtually every discipline these days. It is used for analyzing web traffic to determine peak server load, growth and death rate of populations for biological analysis, analyzing weather patterns over time, stock market trends, and so on. Simply put, Data Visualization brings meaning to numbers that help people understand it. Seeing the data change can draw attention to trends and spikes that may otherwise go unnoticed. Python is an open-source (free) programming language has libraries that can be used to read and make useful graphics to present the data.
In this course, you will create an application that reads data from CSV files. You will learn how to visualize the data using various techniques using existing Python libraries.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Syllabus
- Data Visualization with Python
- Visualizing data is used by virtually every discipline these days. It is used for analyzing web traffic to determine peak server load, growth and death rate of populations for biological analysis, analyzing weather patterns over time, stock market trends, and so on. Simply put, Data Visualization brings meaning to numbers that help people understand it. Seeing the data change can draw attention to trends and spikes that may otherwise go unnoticed. Python is an open-source (free) programming language has libraries that can be used to read and make useful graphics to present the data. In this course, you will create an application that reads data from CSV files. You will learn how to visualize the data using various techniques using existing Python libraries.
Taught by
Alex Aklson
Tags
Reviews
4.0 rating, based on 1 Class Central review
4.5 rating at Coursera based on 267 ratings
Showing Class Central Sort
-
Nice course covering data visualization in Python and matplotlib. It would be great to get some more explanations about basics and "syntax" of the library. The course provides some basic examples and code taking hands-on approach, which is also fine.