We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc833ee commit e7272caCopy full SHA for e7272ca
doc/source/getting_started/basics.rst
@@ -2006,7 +2006,7 @@ The number of columns of each type in a ``DataFrame`` can be found by calling
2006
2007
Numeric dtypes will propagate and can coexist in DataFrames.
2008
If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``,
2009
-or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore,
+or a passed ``Series``), then it will be preserved in DataFrame operations. Furthermore,
2010
different numeric dtypes will **NOT** be combined. The following example will give you a taste.
2011
2012
.. ipython:: python
0 commit comments