File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Useful queries
94
94
95
95
Run queries in the `BigQuery web UI `_ by clicking the "Compose query" button.
96
96
97
- Note that the rows are stored in a partitioned, which helps
97
+ Note that the rows are stored in a partitioned table , which helps
98
98
limit the cost of queries. These example queries analyze downloads from
99
99
recent history by filtering on the ``timestamp `` column.
100
100
@@ -121,7 +121,7 @@ The following query counts the total number of downloads for the project
121
121
| 26190085 |
122
122
+---------------+
123
123
124
- To only count downloads from pip, filter on the ``details.installer.name ``
124
+ To count downloads from pip only , filter on the ``details.installer.name ``
125
125
column.
126
126
127
127
::
You can’t perform that action at this time.
0 commit comments