Upgrade to Pro — share decks privately, control downloads, hide ads and more …

"Talk Data to Me - the art of storytelling" by Diana Pholo

Pycon ZA
October 11, 2019

"Talk Data to Me - the art of storytelling" by Diana Pholo

Collecting data is now seen as a very important aspect of business. Many companies therefore invest in solutions such as Business Intelligence tools, spreadsheets and dashboards in an attempt to extract useful information from their data. However, these tools still fail to present what is hidden in the data because they do not bring out their underlying significance. This is where data storytelling comes in. It helps to visualise information, understand the narrative behind it and share it.

This talk is aimed at anyone who wishes to get started with storytelling using data. What do you look for? How do you present your findings to stakeholders? Together, we will have a look at common visualisation tools provided Matplotlib, Pandas and Seaborn (accompanied with code snippets and sample outputs). We will then look at the story behind the Harambee youth employment journey data. (Data provided by Harambee Youth Employment Accelerator)

Pycon ZA

October 11, 2019
Tweet

More Decks by Pycon ZA

Other Decks in Programming

Transcript

  1. Introduction • Data is just data if we do not

    effectively visualize and communicate it.
  2. Exploring the data (cont.) • Nice tool: pandas ◦ head()

    ◦ tail() ◦ describe() ◦ isnull() ◦ etc.
  3. Background • South African labour market more favourable to men

    • Harambee takes in more women than men
  4. Best practices • Create interesting presentation • Avoid unnecessary details

    • Define & Understand Audience • Humanize data
  5. Don’t • Determine narrative beforehand • Spend more time on

    presentation than questioning results validity • Analyse data without big picture • Use storytelling as a shortcut