We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd80b8 commit 1fb6f0aCopy full SHA for 1fb6f0a
docs/source/python/getstarted.rst
@@ -152,7 +152,7 @@ and will lazily load chunks of data only when iterating over them
152
.. code-block:: python
153
154
>>> import datetime
155
- >>> current_year = datetime.datetime.now(datetime.UTC).year
+ >>> current_year = 2025
156
>>> for table_chunk in birthdays_dataset.to_batches():
157
... print("AGES", pc.subtract(current_year, table_chunk["years"]))
158
AGES [
0 commit comments