1. Learn
  2. /
  3. Courses
  4. /
  5. Data Processing in Shell

Connected

Exercise

Filtering data by row with csvkit

Now it's time get some hands-on practice for filtering data by exact row values using -m. Whether it's text or numeric, csvgrep can help us filter by these values.

Instructions 1/2

undefined XP
  • 1
    • Filter Spotify_MusicAttributes.csv and return the row or rows where track_id equals118GQ70Sp6pMqn6w1oKuki.
  • 2
    • Filter Spotify_MusicAttributes.csv and return the row where danceability equals 0.812 by referencing the column name.