Tidy Tuesday: Tornadoes
Mapping the paths of tornados in Kentucky from 1952 - 2022 with the sf packing in R and data from NOAA’s National Weather Service Storm Prediction Center Severe Weather Maps, Graphics, and Data Page
Mapping the paths of tornados in Kentucky from 1952 - 2022 with the sf packing in R and data from NOAA’s National Weather Service Storm Prediction Center Severe Weather Maps, Graphics, and Data Page
The National Database of Childcare Prices (NDCP) is the most comprehensive federal source of childcare prices at the county level. The database offers childcare price data by childcare provider type, age of children, and county characteristics. Data are available from 2008 to 2018.
A partial Room square is maximal if no further pair of elements can be placed into any unoccupied cell without violating the conditions that define a partial Room square. This blog posts describes two approaches to creating maximal partial Room squares in R.
Using Vision API and R to extract text from images of handwriting.
This week’s Tidy Tuesday data comes from two sources, Microsoft and the FCC by way of The Verge.
This week’s Tidy Tuesday data comes from Water Point Data Exchange (WPDx), a global platform for sharing water point data.
Tidy Tuesday for week fifty-one of 2019 was all about dogs available for adoption in the United States through PetFinder. The data was collected by Amber Thomas for her piece Finding Forever Homes which appeared in The Pudding in October 2019.
Tidy Tuesday in week fifty of 2019 was all about this blog post by Rafael Irizarry on replicating plots in R.
This post introduces funcgeo, an R package for functional geometry, by recreating Square Limit by M. Escher following the approach of Henderson (1982).
An implementation of multigraphs in Maxima and an approach to deciding whether a path in a multigraph is an Euler path or not.
A NetworkX-based implementation of greedy edge-colouring for graphs in graph6 format. Using this implementation we investigate the average case performance on all non-isomorphic, connected simple graphs of at most nine vertices.
An implementation of a filter for Moore graphs in graph6 format in Python using the NetworkX and igraph packages
Calculating the chromatic index of all graphs on at most nine vertices with ten edges or fewer.
Finding Moore graphs on at most ten vertices.