Replies: 5 comments
-
Average debut age: [.idols[] | select(.debut_date != null) | ((.debut_date|strptime("%Y-%m-%d")|mktime) - (.birth_date|strptime("%Y-%m-%d")|mktime)) / 31536000] | add/length |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Find idols from group matching regexp: . as $r | .groups[] | select(.name|test("pristin$";"i")).id as $id | $r.idols[] | select(.groups[]|contains($id)) But this gets complicated quickly, easier to copy-paste the ID probably... |
Beta Was this translation helpful? Give feedback.
-
Average number of members in groups debuted after 2015: |
Beta Was this translation helpful? Give feedback.
-
Most common birth dates: |
Beta Was this translation helpful? Give feedback.
-
Post cool JQ filters you've come up with. Is there some interesting correlation in K-pop data you've discovered?
Here are few examples:
Beta Was this translation helpful? Give feedback.
All reactions