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.