Skip to content

Commit

Permalink
pandas compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Jan 23, 2024
1 parent db58502 commit b725f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python/pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ use the ``datetime64[ns]`` type in Pandas and are converted to an Arrow

.. ipython:: python
df = pd.DataFrame({"datetime": pd.date_range("2020-01-01T00:00:00Z", freq="H", periods=3)})
df = pd.DataFrame({"datetime": pd.date_range("2020-01-01T00:00:00Z", freq="h", periods=3)})
df.dtypes
df
Expand Down

0 comments on commit b725f0c

Please sign in to comment.