Skip to content

Resources from the "Data Visualization in Business Communication" presentation at the 2023 Gamma Iota Sigma Regional Conference in Fort Worth, TX.

Notifications You must be signed in to change notification settings

superchordate/data-viz-talk

Repository files navigation

Thanks again for attending our session at the Gamma Iota Sigma Regional Conference, or the IABA Annual Meeting!

About Me

I'm an independent contractor helping companies build custom cloud apps and leverage data science, visual analytics, and AI. I offer low introductory rates, free consultation and estimates, and no minimums, so contact me today and let's chat about how I can help!

https://www.bryce-chamberlain.com/

Here are the resources from the talk:

Files

Links From the Presentation

Link Description
https://piktochart.com/blog/why-people-love-great-visuals-science Article from "Why Visualize?" section.
https://www.tableau.com/blog/examining-data-viz-rules-dont-use-red-green-together Article about red/green colorblindness.
http://daydreamingnumbers.com/blog/preattentive-attributes-example Blog about pre-attentive attributes.
https://www.oldstreetsolutions.com/good-and-bad-data-visualization Article about common data visualization mistakes.
https://www.kaggle.com/code/brycechamberlain/data-explore-automl Notebook with storyteller example.
https://www.ft.com/vocabulary Visual vocabulary from Financial Times. Good inspiration for chart types.
https://youtu.be/iyO1wSbvtu0 Youtube video showing how to edit a PDF export in Adobe Illustrator.
https://www.datanovia.com/en/blog/ggplot-examples-best-reference ggplot examples.
https://community.powerbi.com/t5/Data-Stories-Gallery/My-own-Gallery/td-p/3054132 Application example: Power BI.
https://shiny.rstudio.com/gallery/masters.html Application example: R Shiny.
https://gw-quickview.streamlit.app Application example: Streamlit (python).
https://www.linkedin.com/in/dalesa-bady-acas-05822336 LinkedIn page for Dalesa Bady.
https://www.linkedin.com/in/brycechamberlain LinkedIn page for Bryce Chamberlain.

Tools

Here is some software you might be interested in:

Data Sources

AutoML

Business Intelligence

Design

R Packages

I recommend exploring and visualizing data in Power BI, but if you need to modify/preprocess data then R is a good solution. Keep in mind PowerBI includes PowerQuery which is pretty good for preprocessing.

Here are some packages that I use a lot:

  • easyr: This package makes things that were historically difficult in R easier. In particular, read.any helps reading files (it reads most data formats automatically), todate/tonum flexibly convert characters to dates or numbers and cover more edge cases than other similar functions, and jrepl which joins and replaces data from related datasets and turns a 2-step operation into one while checking to confirm data isn't duplicated in the join. See docs on GitHub for more useful functions.
  • dplyr: The reason R is better for data manipulation is this package. It makes working with data very intuitive and easy.
  • fakeR: Use to create dummy datasets you can send to Chat GPT Code Interpreter to generate code samples.

If you do use code, make sure to check out the Git Guide at https://github.com/casact/meta/blob/master/git-guide/git-guide.md.

About

Resources from the "Data Visualization in Business Communication" presentation at the 2023 Gamma Iota Sigma Regional Conference in Fort Worth, TX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages