Skip to content

add text here

# Write and run code here
# Import swimming_pools.csv: pools
pools <- read.csv("swimming_pools.csv", stringsAsFactors = FALSE)

# Print the structure of pools
str(pools)