Jump to content

Fjelstul World Cup Database Csv Download _top_ Info

.mode csv .import matches.csv matches .import teams.csv teams Then run queries like:

matches_with_names <- matches %>% left_join(teams, by = c("home_team_id" = "team_id")) You can import the CSVs into SQLite, PostgreSQL, or MySQL. Example for SQLite: fjelstul world cup database csv download

×
×
  • Create New...