File tree 1 file changed +3
-3
lines changed
doc/source/getting_started/intro_tutorials
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ strings (``object``).
99
99
.. note ::
100
100
When asking for the ``dtypes ``, no brackets are used!
101
101
``dtypes `` is an attribute of a ``DataFrame `` and ``Series ``. Attributes
102
- of ``DataFrame `` or ``Series `` do not need brackets. Attributes
103
- represent a characteristic of a ``DataFrame ``/``Series ``, whereas a
104
- method (which requires brackets) *do * something with the
102
+ of a ``DataFrame `` or ``Series `` do not need brackets. Attributes
103
+ represent a characteristic of a ``DataFrame ``/``Series ``, whereas
104
+ methods (which require brackets) *do * something with the
105
105
``DataFrame ``/``Series `` as introduced in the :ref: `first tutorial <10min_tut_01_tableoriented >`.
106
106
107
107
.. raw :: html
You can’t perform that action at this time.
0 commit comments