1. 学习
  2. /
  3. 课程
  4. /
  5. Data Processing in Shell

Connected

练习

Joining local CSV files using SQL

csvsql can be used to join CSV files together even when neither of them are in a database. Here, we have two CSV files Spotify_MusicAttributes.csv and Spotify_Popularity.csv that are both on song level but contain different attributes for each song. We can combine the two files together using a SQL-like JOIN, and we can do so, through the power of csvsql.

说明 1 / 共 2 个

undefined XP
    1
    2

问题

Explore the data with the commands we have learned so far (e.g. csvstat, csvlook, etc). What is the column that Spotify_MusicAttributes.csv and Spotify_Popularity.csv have in common that can be used as the JOIN key?

答案选项