We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc85fa6 commit e32736aCopy full SHA for e32736a
source/aggregation.txt
@@ -133,12 +133,12 @@ This example produces the following output:
133
.. code-block:: json
134
:copyable: false
135
136
- { _id = Bronx, Count = 71 }
137
- { _id = Brooklyn, Count = 173 }
138
- { _id = Staten Island, Count = 20 }
139
- { _id = Missing, Count = 2 }
140
- { _id = Manhattan, Count = 221 }
141
- { _id = Queens, Count = 204 }
+ { _id = 'Bronx', count = 71 }
+ { _id = 'Brooklyn', count = 173 }
+ { _id = 'Staten Island', count = 20 }
+ { _id = 'Missing', count = 2 }
+ { _id = 'Manhattan', count = 221 }
+ { _id = 'Queens', count = 204 }
142
143
Additional information
144
----------------------
0 commit comments