Visualização de dados com o Python (Coursera)

Offered by IBM,
Visualização de dados com o Python (Coursera)

"Uma imagem vale mais que mil palavras". Todos conhecemos essa expressão. Ela é válida principalmente quando se tenta explicar algum insight obtido através de análises de conjuntos de dados cada vez maiores. A visualização de dados tem um papel essencial na representação de dados pequenos e de larga escala.

Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.

Uma das principais habilidades de um cientista de dados é conseguir contar uma história envolvente, exibindo dados e resultados de uma maneira acessível e estimulante. Aprender como alavancar uma ferramenta de software para visualizar dados também permite que você extraia informações, entenda melhor os dados e tome decisões mais eficazes.
O principal objetivo deste curso de Visualização de Dados com o Python é ensinar a você como pegar dados que à primeira vista têm pouco significado e apresentá-los de um jeito que faça sentido para as pessoas. Várias técnicas foram desenvolvidas para a apresentação de dados visualmente, mas neste curso usaremos algumas bibliotecas de visualização de dados no Python, como a Matplotlib, a Seaborn e a Folium.

Syllabus

WEEK 1
Introdução às Ferramentas de Visualização de Dados
Neste módulo, você vai aprender sobre visualização de dados e práticas recomendadas para a criação de gráficos e visuais. Você também conhecerá a história e a arquitetura da Matplotlib e aprenderá sobre plotagem básica com essa biblioteca. Além disso, você conhecerá o conjunto de dados sobre imigração para o Canadá, que será usado amplamente ao longo do curso. Por fim, você vai aprender rapidamente como ler arquivos csv em uma estrutura de dados da Pandas, processar e manipular os dados na estrutura e gerar gráficos de linha usando a Matplotlib.

WEEK 2
Ferramentas de Visualização Básicas e Especializadas
Neste módulo, você aprenderá sobre gráficos de área, histogramas, gráficos de barras, gráficos de pizza, boxplots, dispersões e gráficos de bolha e como criar todos esses com a Matplotlib.

WEEK 3
Visualizações avançadas e Dados geoespaciais
Neste módulo, você aprenderá sobre ferramentas de visualização avançadas, como gráficos de waffle e nuvens de palavras, e como criá-las. Você também conhecerá a Seaborn, outra biblioteca de visualização, e aprenderá a usá-la para gerar lindos gráficos de regressão. Além disso, você aprenderá sobre a Folium, outra biblioteca de visualização feita especialmente para a visualização de dados geoespaciais. Por fim, você vai aprender a usar a Folium para criar mapas de diferentes regiões do mundo, a sobrepor marcadores neles e a criar mapas coropléticos.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

The Raspberry Pi Platform and Python Programming for the Raspberry Pi (Coursera) Coursera
University of California, Irvine

The Raspberry Pi Platform and Python Programming for the Raspberry Pi (Coursera)

The Raspberry Pi is a small, affordable single-board computer that you will use to design and develop fun and practical IoT devices while learning programming and computer hardware. In addition, you will learn how to set up up the Raspberry Pi environment, get a Linux operating system running, and write and execute some basic Python code on the Raspberry Pi. You will also learn how to use Python-based IDE (integrated development environments) for the Raspberry Pi and how to trace and debug Python code on the device.

Jun 8th 2026
4 Weeks
Delivery Problem (Coursera) Coursera
University of California, San Diego,Higher School of Economics - HSE University

Delivery Problem (Coursera)

We’ll implement (in Python) together efficient programs for a problem needed by delivery companies all over the world millions times per day — the travelling salesman problem. The goal in this problem is to visit all the given places as quickly as possible. How to find an optimal solution to this problem quickly? We still don’t have provably efficient algorithms for this difficult computational problem and this is the essence of the P versus NP problem, the most important open question in Computer Science.

Jun 8th 2026
3 Weeks
Regression Models (Coursera) Coursera
Johns Hopkins University

Regression Models (Coursera)

Linear models, as their name implies, relates an outcome to a set of predictors of interest using linear assumptions. Regression models, a subset of linear models, are the most important statistical analysis tool in a data scientist’s toolkit. This course covers regression analysis, least squares and inference using regression models.

Jun 8th 2026
4 Weeks
Crash Course on Python (Coursera) Coursera
Google

Crash Course on Python (Coursera)

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem.

Jun 9th 2026
5-12 Weeks
Python Classes and Inheritance (Coursera) Coursera
University of Michigan

Python Classes and Inheritance (Coursera)

This course introduces classes, instances, and inheritance. You will learn how to use classes to represent data in concise and natural ways. You'll also learn how to override built-in methods and how to create "inherited" classes that reuse functionality. You'll also learn about how to design classes. Finally, you will be introduced to the good programming habit of writing automated tests for their own code.

Jun 8th 2026
3 Weeks
Interfacing with the Raspberry Pi (Coursera) Coursera
University of California, Irvine

Interfacing with the Raspberry Pi (Coursera)

The Raspberry Pi uses a variety of input/output devices based on protocols such as HDMI, USB, and Ethernet to communicate with the outside world. In this class you will learn how to use these protocols with other external devices (sensors, motors, GPS, orientation, LCD screens etc.) to get your IoT device to interact with the real world.

Jun 8th 2026
4 Weeks
Data Analytics for Lean Six Sigma (Coursera) Coursera
University of Amsterdam

Data Analytics for Lean Six Sigma (Coursera)

Welcome to this course on Data Analytics for Lean Six Sigma. In this course you will learn data analytics techniques that are typically useful within Lean Six Sigma improvement projects. At the end of this course you are able to analyse and interpret data gathered within such a project. You will be able to use Minitab to analyse the data. I will also briefly explain what Lean Six Sigma is.

Jun 8th 2026
5-12 Weeks
Basic Data Processing and Visualization (Coursera) Coursera
University of California, San Diego

Basic Data Processing and Visualization (Coursera)

This is the first course in the four-course specialization Python Data Products for Predictive Analytics, introducing the basics of reading and manipulating datasets in Python. In this course, you will learn what a data product is and go through several Python libraries to perform data retrieval, processing, and visualization.

Jun 8th 2026
5-12 Weeks
Communicating Business Analytics Results (Coursera) Coursera
University of Colorado Boulder

Communicating Business Analytics Results (Coursera)

The analytical process does not end with models than can predict with accuracy or prescribe the best solution to business problems. Developing these models and gaining insights from data do not necessarily lead to successful implementations. This depends on the ability to communicate results to those who make decisions.

Jun 8th 2026
4 Weeks
Machine Learning: Classification (Coursera) Coursera
University of Washington

Machine Learning: Classification (Coursera)

Case Studies: Analyzing Sentiment & Loan Default Prediction. In our case study on analyzing sentiment, you will create models that predict a class (positive/negative sentiment) from input features (text of the reviews, user profile information,...). In our second case study for this course, loan default prediction, you will tackle financial data, and predict when a loan is likely to be risky or safe for the bank.

Jun 8th 2026
5-12 Weeks
Machine Learning: Regression (Coursera) Coursera
University of Washington

Machine Learning: Regression (Coursera)

Case Study - Predicting Housing Prices. In our first case study, predicting house prices, you will create models that predict a continuous value (price) from input features (square footage, number of bedrooms and bathrooms,...). This is just one of the many places where regression can be applied. Other applications range from predicting health outcomes in medicine, stock prices in finance, and power usage in high-performance computing, to analyzing which regulators are important for gene expression.

Jun 8th 2026
5-12 Weeks
Applied Social Network Analysis in Python (Coursera) Coursera
University of Michigan

Applied Social Network Analysis in Python (Coursera)

This course will introduce the learner to network analysis through the NetworkX library. The course begins with an understanding of what network analysis is and motivations for why we might model phenomena as networks. The second week introduces the concept of connectivity and network robustness.. The third week will explore ways of measuring the importance or centrality of a node in a network. The final week will explore the evolution of networks over time and cover models of network generation and the link prediction problem.

Jun 8th 2026
4 Weeks