Skip to content

Commit 3f44439

Browse files
committed
move warning to correct section
1 parent 9b1b421 commit 3f44439

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/guides/analyzing-pypi-package-downloads.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ Package downloads over time
146146
~~~~~~~~~~~~~~~~~~~~~~~~~~~
147147

148148
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.)
149+
filtering by this column reduces corresponding costs.
151150

152151
::
153152

@@ -184,7 +183,8 @@ processes over 500 GB of data.)
184183
Python versions over time
185184
~~~~~~~~~~~~~~~~~~~~~~~~~
186185

187-
Extract the Python version from the ``details.python`` column.
186+
Extract the Python version from the ``details.python`` column. Warning: This
187+
query processes over 500 GB of data.
188188

189189
::
190190

0 commit comments

Comments
 (0)