Skip to content

Commit 77585bc

Browse files
DOC: add some missing entries to api.rst
1 parent 655a242 commit 77585bc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

doc/source/api.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,15 @@ Data manipulations
127127
:toctree: generated/
128128

129129
melt
130+
pivot
130131
pivot_table
131132
crosstab
132133
cut
133134
qcut
134135
merge
135136
concat
136137
get_dummies
138+
factorize
137139

138140
Top-level missing data
139141
~~~~~~~~~~~~~~~~~~~~~~
@@ -320,6 +322,7 @@ Computations / Descriptive Stats
320322
:toctree: generated/
321323

322324
Series.abs
325+
Series.all
323326
Series.any
324327
Series.autocorr
325328
Series.between
@@ -362,6 +365,7 @@ Reindexing / Selection / Label manipulation
362365

363366
Series.align
364367
Series.drop
368+
Series.equals
365369
Series.first
366370
Series.head
367371
Series.idxmax
@@ -500,8 +504,12 @@ Serialization / IO / Conversion
500504
Series.to_dict
501505
Series.to_frame
502506
Series.to_hdf
507+
Series.to_sql
508+
Series.to_gbq
509+
Series.to_msgpack
503510
Series.to_json
504511
Series.to_sparse
512+
Series.to_dense
505513
Series.to_string
506514
Series.to_clipboard
507515

@@ -624,6 +632,7 @@ Computations / Descriptive Stats
624632
:toctree: generated/
625633

626634
DataFrame.abs
635+
DataFrame.all
627636
DataFrame.any
628637
DataFrame.clip
629638
DataFrame.clip_lower
@@ -666,6 +675,7 @@ Reindexing / Selection / Label manipulation
666675
DataFrame.drop
667676
DataFrame.drop_duplicates
668677
DataFrame.duplicated
678+
DataFrame.equals
669679
DataFrame.filter
670680
DataFrame.first
671681
DataFrame.head
@@ -759,14 +769,18 @@ Serialization / IO / Conversion
759769
DataFrame.to_pickle
760770
DataFrame.to_csv
761771
DataFrame.to_hdf
772+
DataFrame.to_sql
762773
DataFrame.to_dict
763774
DataFrame.to_excel
764775
DataFrame.to_json
765776
DataFrame.to_html
766777
DataFrame.to_latex
767778
DataFrame.to_stata
779+
DataFrame.to_msgpack
780+
DataFrame.to_gbq
768781
DataFrame.to_records
769782
DataFrame.to_sparse
783+
DataFrame.to_dense
770784
DataFrame.to_string
771785
DataFrame.to_clipboard
772786

@@ -911,6 +925,7 @@ Reindexing / Selection / Label manipulation
911925
Panel.add_prefix
912926
Panel.add_suffix
913927
Panel.drop
928+
Panel.equals
914929
Panel.filter
915930
Panel.first
916931
Panel.last
@@ -1039,6 +1054,7 @@ Modifying and Computations
10391054
Index.copy
10401055
Index.delete
10411056
Index.diff
1057+
Index.sym_diff
10421058
Index.drop
10431059
Index.equals
10441060
Index.factorize
@@ -1197,8 +1213,13 @@ Indexing, iteration
11971213
GroupBy.groups
11981214
GroupBy.indices
11991215
GroupBy.get_group
1216+
1217+
.. currentmodule:: pandas
1218+
12001219
Grouper
12011220

1221+
.. currentmodule:: pandas.core.groupby
1222+
12021223
Function application
12031224
~~~~~~~~~~~~~~~~~~~~
12041225
.. autosummary::
@@ -1219,6 +1240,20 @@ Computations / Descriptive Stats
12191240
GroupBy.var
12201241
GroupBy.ohlc
12211242

1243+
.. currentmodule:: pandas
1244+
1245+
Working with options
1246+
--------------------
1247+
1248+
.. autosummary::
1249+
:toctree: generated/
1250+
1251+
describe_option
1252+
reset_option
1253+
get_option
1254+
set_option
1255+
option_context
1256+
12221257
..
12231258
HACK - see github issue #4539. To ensure old links remain valid, include
12241259
here the autosummaries with previous currentmodules as a comment and add

0 commit comments

Comments
 (0)