We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9c6f1 commit 4d3825aCopy full SHA for 4d3825a
1 file changed
source/guides/analyzing-pypi-package-downloads.rst
@@ -94,7 +94,7 @@ Useful queries
94
95
Run queries in the `BigQuery web UI`_ by clicking the "Compose query" button.
96
97
-Note that the rows are stored in a partitioned, which helps
+Note that the rows are stored in a partitioned table, which helps
98
limit the cost of queries. These example queries analyze downloads from
99
recent history by filtering on the ``timestamp`` column.
100
@@ -121,7 +121,7 @@ The following query counts the total number of downloads for the project
121
| 26190085 |
122
+---------------+
123
124
-To only count downloads from pip, filter on the ``details.installer.name``
+To count downloads from pip only, filter on the ``details.installer.name``
125
column.
126
127
::
0 commit comments