From 6d7621727b08bc84c356f78db8b5eda6dc293fa8 Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Tue, 24 Sep 2019 00:03:48 +0200 Subject: [PATCH] Fix typo in class DataFrame --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 0638c4c1b6a01..be969e939afda 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -312,7 +312,7 @@ class DataFrame(NDFrame): .. versionchanged:: 0.25.0 If data is a list of dicts, column order follows insertion-order - Python 3.6 and later. + for Python 3.6 and later. index : Index or array-like Index to use for resulting frame. Will default to RangeIndex if