1. 학습
  2. /
  3. 강의
  4. /
  5. Data Processing in Shell

Connected

연습 문제

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.

지침 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.