Category: R News

Python Data Analysis: covid-19, part 4 [visual data exploration]

This tutorial is part of a series of tutorials analyzing covid-19 data. For parts 1, 2, and 3, see the following posts: https://www.sharpsightlabs.com/blog/python-data-analysis-covid19-part1/ https://www.sharpsightlabs.com/blog/python-data-analysis-covid19-part2/ https://www.sharpsightlabs.com/blog/analyzing-covid-19-with-python-part-3-eda/ Covid19 analysis, part 4: visual...continue reading.

A is for arrange

The arrange function allows you to sort a dataset by one or more variable, either ascending or descending. This function is especially helpful if you plan on aggregating your data...continue reading.

Close Encounters of the R Kind

Affiliation Harrison – Center for Strategic and Budgetary Analysis, Washington DC Cara – Department of the Air Force (Studies, Analyses, and Assessments – AF/A9), Washington DC Disclaimer The views expressed...continue reading.

Le Monde puzzle [#1133]

A weekly Monde current mathematical puzzle that reminded me of an earlier one (but was too lazy to check): If ADULE-ELUDE=POINT, was is the largest possible value of POINT? With...continue reading.