We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef8fd1 commit 4b64f98Copy full SHA for 4b64f98
doc/source/getting_started/intro_tutorials/02_read_write.rst
@@ -118,7 +118,7 @@ done by requesting the pandas ``dtypes`` attribute:
118
titanic.dtypes
119
120
For each of the columns, the used data type is enlisted. The data types
121
-in this ``DataFrame`` are integers (``int64``), floats (``float63``) and
+in this ``DataFrame`` are integers (``int64``), floats (``float64``) and
122
strings (``object``).
123
124
.. note::
0 commit comments