We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1b421 commit 3f44439Copy full SHA for 3f44439
1 file changed
source/guides/analyzing-pypi-package-downloads.rst
@@ -146,8 +146,7 @@ Package downloads over time
146
~~~~~~~~~~~~~~~~~~~~~~~~~~~
147
148
To group by monthly downloads, use the ``TIMESTAMP_TRUNC`` function. Also
149
-filtering by this column reduces corresponding costs. (Warning: This query
150
-processes over 500 GB of data.)
+filtering by this column reduces corresponding costs.
151
152
::
153
@@ -184,7 +183,8 @@ processes over 500 GB of data.)
184
183
Python versions over time
185
~~~~~~~~~~~~~~~~~~~~~~~~~
186
187
-Extract the Python version from the ``details.python`` column.
+Extract the Python version from the ``details.python`` column. Warning: This
+query processes over 500 GB of data.
188
189
190
0 commit comments