## Warning: package 'knitr' was built under R version 3.6.3
Exploring Survival on the Titanic
This example is important because it is an R Notebook on Titanic data set. Titanic is considered as one of the Data Science 101 data set and this notebook provides a good exploratory data analysis. It is also a Kaggle Kernel, which is a very good source for this kind of example R codes. The notebook also covers feature engineering, missing data imputation and modeling.
COVID-19 Open Research Dataset
In response to the COVID-19 pandemic, the White House and a coalition of leading research groups have prepared the COVID-19 Open Research Dataset (CORD-19). CORD-19 is a resource of over 57,000 scholarly articles, including over 45,000 with full text, about COVID-19, SARS-CoV-2, and related coronaviruses. This example is interesting because it is a current example, this is a great opportunity to understand covid-19 through analysis.
This example includes historical data on avocado prices and sales volume in multiple US markets.It is a fairly simple dataset, except minor issues.