File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -782,8 +782,8 @@ def iteritems(self):
782
782
r"""
783
783
Iterator over (column name, Series) pairs.
784
784
785
- Iterates over the DataFrame columns, returning a tuple with the column name
786
- and the content as a Series.
785
+ Iterates over the DataFrame columns, returning a tuple with
786
+ the column name and the content as a Series.
787
787
788
788
Yields
789
789
------
@@ -794,8 +794,10 @@ def iteritems(self):
794
794
795
795
See Also
796
796
--------
797
- DataFrame.iterrows : Iterate over DataFrame rows as (index, Series) pairs.
798
- DataFrame.itertuples : Iterate over DataFrame rows as namedtuples of the values.
797
+ DataFrame.iterrows : Iterate over DataFrame rows as
798
+ (index, Series) pairs.
799
+ DataFrame.itertuples : Iterate over DataFrame rows as namedtuples
800
+ of the values.
799
801
800
802
Examples
801
803
--------
You can’t perform that action at this time.
0 commit comments