ridgeplot.datasets.load_lincoln_weather

ridgeplot.datasets.load_lincoln_weather()[source]

Load the “Weather in Lincoln, Nebraska in 2016” dataset.

Returns:

A dataframe containing the “Lincoln Weather” dataset.

Return type:

pandas.DataFrame

Notes

The version of the dataset included in this package is the same version included in the ggridges R package [1]. The dataset contains weather information from Lincoln, Nebraska (2016). The original data was taken from a blogpost by Austin Wehrwein in 2017 [2].

Details...

References