400-Self Curation and Community of Practice

Learn how to curate oneself on an online platform of a chosen Community of Practice (CoP), practicing Project Management, Data Story-Telling, and Stakeholder Analysis skills.

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
Next