Skip to content

Commit a76cfbf

Browse files
authored
DOC: '10 minutes to pandas' - <TAB> completion section now show a con… (#31818)
1 parent 0aad719 commit a76cfbf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/getting_started/10min.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ will be completed:
7070
df2.abs df2.boxplot
7171
df2.add df2.C
7272
df2.add_prefix df2.clip
73-
df2.add_suffix df2.clip_lower
74-
df2.align df2.clip_upper
75-
df2.all df2.columns
73+
df2.add_suffix df2.columns
74+
df2.align df2.copy
75+
df2.all df2.count
7676
df2.any df2.combine
77-
df2.append df2.combine_first
78-
df2.apply df2.consolidate
79-
df2.applymap
80-
df2.D
77+
df2.append df2.D
78+
df2.apply df2.describe
79+
df2.applymap df2.diff
80+
df2.B df2.duplicated
8181

8282
As you can see, the columns ``A``, ``B``, ``C``, and ``D`` are automatically
83-
tab completed. ``E`` is there as well; the rest of the attributes have been
83+
tab completed. ``E`` and ``F`` are there as well; the rest of the attributes have been
8484
truncated for brevity.
8585

8686
Viewing data

0 commit comments

Comments
 (0)