Reading csv file
2023-10-12
mydata <- read.table("./People.csv", header = TRUE, sep = ";", dec = ",")