Exercises
Exercise 1
[{'_id': 'Brooklyn', 'count': 16}, {'_id': 'Queens', 'count': 167}, {'_id': 'Staten Island', 'count': 1}, {'_id': 'Manhattan', 'count': 78}]
Exercise 2
[{'_id': {'borough': 'Queens', 'grade': 'A'}, 'count': 443}, {'_id': {'borough': 'Manhattan', 'grade': 'A'}, 'count': 232}, {'_id': {'borough': 'Queens', 'grade': 'B'}, 'count': 140}, {'_id': {'borough': 'Manhattan', 'grade': 'B'}, 'count': 49}, {'_id': {'borough': 'Brooklyn', 'grade': 'A'}, 'count': 38}]
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Last updated
Was this helpful?