Skip to content

Commit 4b64f98

Browse files
authored
Correct data type misspelling (#32970)
1 parent 2ef8fd1 commit 4b64f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/02_read_write.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ done by requesting the pandas ``dtypes`` attribute:
118118
titanic.dtypes
119119
120120
For each of the columns, the used data type is enlisted. The data types
121-
in this ``DataFrame`` are integers (``int64``), floats (``float63``) and
121+
in this ``DataFrame`` are integers (``int64``), floats (``float64``) and
122122
strings (``object``).
123123

124124
.. note::

0 commit comments

Comments
 (0)