diff --git a/doc/source/getting_started/intro_tutorials/02_read_write.rst b/doc/source/getting_started/intro_tutorials/02_read_write.rst index 1b3bcb799d5ce..412a5f9e7485f 100644 --- a/doc/source/getting_started/intro_tutorials/02_read_write.rst +++ b/doc/source/getting_started/intro_tutorials/02_read_write.rst @@ -118,7 +118,7 @@ done by requesting the pandas ``dtypes`` attribute: titanic.dtypes For each of the columns, the used data type is enlisted. The data types -in this ``DataFrame`` are integers (``int64``), floats (``float63``) and +in this ``DataFrame`` are integers (``int64``), floats (``float64``) and strings (``object``). .. note::