Skip to content

tpetzoldt/datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

datasets

Datasets used for teaching purposes

This repository contains data sets for teaching purposes. Licenses of data differ, please read the corresponding _...info.txt files.

Some data sets are "toy data" released to the public domain or as free educational resources under the CC BY-SA license, while other "free data" underly the copyright of the original maintainers (data related to hydrology, meteorology, and water quality). In this case it is stated that the data provided here are a modified work and NOT the original data. This means that always the original data provider must be cited (see info files) and no guarantee is given for correctness.

Howto read from R

Data can be downloaded to a local folder or directly be opened in a data analysis language like R:

Example

file <- "https://raw.githubusercontent.com/tpetzoldt/datasets/main/data/clementines.csv"
mydata <- read.csv(file)

info <- readChar("https://raw.githubusercontent.com/tpetzoldt/datasets/main/data/clementines_info.txt", nchars=4096)
cat(info)

Note: This repository is experimental and may suddenly change without notice.

Releases

No releases published

Packages

No packages published