Mapping Texas ports with R [part 1]

An image of Texas ports, mapped along the Texas coastline using R.

In the last few months since covid-19 has struck, everyone is suddenly talking about supply chains. Just a few months ago, this was sort of a “boring” topic, only discussed by import specialists and corporate operations managers. But now, here we are, wondering where our toilet paper is going to come from. I’m being a … Read more

R data analysis, covid19: finding successful countries

A small multiple chart of covid19 data, showing line charts of different countries, where the line is colored red/yellow/green according to the success in reducing new covid19 cases.

In this blog post, we’ll create a data visualization to analyze covid19 data and visualize successful vs. unsuccessful countries. You’ll see exactly what I mean by that in a minute. Our covid19 analysis series: a quick review This tutorial is actually part of a series of tutorials that show how to analyze data with R. … Read more

Python Data Visualization: covid-19, new cases [small multiple chart]

An image of a small multiple chart made with Seaborn.

In the last several tutorials, we’ve been analyzing and working with covid-19 data. This is the second week of April, and the covid-19 epidemic has become a worldwide crisis. In any crisis … in any environment where you need to make decisions, you need good information. Data science can help. So in this series of … Read more