Search

Pinaki Bhattacharyya
Pinaki Bhattacharyya
  • Demo
  • Posts
  • Projects
  • Talks
  • Publications
  • Courses
  • Contact
  • Light Dark Automatic
  • Courses
Data Science
  • Python basics
  • Visualization
  • Statistics
  • Contents
  • Learn
  • Quiz
  1. Home
  2. Courses
  3. Data Science
  4. Visualization

Visualization

Learn how to visualize data with Plotly.

1-2 hours per week, for 8 weeks

Learn

Quiz

When is a heatmap useful?

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Write Plotly code to render a bar chart

import plotly.express as px
data_canada = px.data.gapminder().query("country == 'Canada'")
fig = px.bar(data_canada, x='year', y='pop')
fig.show()
Previous
Python basics
Next
Statistics

Last updated on May 22, 2021

Copyright © 2021 Me

Published with Wowchemy — the free, open source website builder that empowers creators.

Cite
Copy Download