@@ -7,25 +7,8 @@ API Reference
7
7
8
8
.. _api.functions :
9
9
10
- General functions
11
- -----------------
12
-
13
- Data manipulations
14
- ~~~~~~~~~~~~~~~~~~
15
- .. currentmodule :: pandas.tools.pivot
16
-
17
- .. autosummary ::
18
- :toctree: generated/
19
-
20
- pivot_table
21
-
22
- .. currentmodule :: pandas.tools.merge
23
-
24
- .. autosummary ::
25
- :toctree: generated/
26
-
27
- merge
28
- concat
10
+ Input/Output
11
+ ------------
29
12
30
13
Pickling
31
14
~~~~~~~~
@@ -38,8 +21,9 @@ Pickling
38
21
load
39
22
save
40
23
41
- Flat File IO
42
- ^^^^^^^^^^^^
24
+ Flat File
25
+ ~~~~~~~~~
26
+
43
27
.. currentmodule :: pandas.io.parsers
44
28
45
29
.. autosummary ::
@@ -50,6 +34,9 @@ Flat File IO
50
34
read_fwf
51
35
read_clipboard
52
36
37
+ Excel
38
+ ~~~~~
39
+
53
40
.. currentmodule :: pandas.io.excel
54
41
55
42
.. autosummary ::
@@ -58,51 +45,45 @@ Flat File IO
58
45
read_excel
59
46
ExcelFile.parse
60
47
61
- .. currentmodule :: pandas.io.stata
62
-
63
- .. autosummary ::
64
- :toctree: generated/
65
-
66
- read_stata
48
+ HTML
49
+ ~~~~
67
50
68
51
.. currentmodule :: pandas.io.html
69
52
70
- HTML IO
71
- ^^^^^^^
72
53
.. autosummary ::
73
54
:toctree: generated/
74
55
75
56
read_html
76
57
77
- SQL
78
- ~~~
58
+ HDFStore: PyTables (HDF5)
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
79
60
80
- .. currentmodule :: pandas.io.sql
61
+ .. currentmodule :: pandas.io.pytables
81
62
82
63
.. autosummary ::
83
64
:toctree: generated/
84
65
85
- read_sql
66
+ read_hdf
67
+ HDFStore.put
68
+ HDFStore.append
69
+ HDFStore.get
70
+ HDFStore.select
86
71
87
- SQL IO
88
- ^^^^^^
72
+ SQL
73
+ ~~~
89
74
.. currentmodule :: pandas.io.sql
90
75
91
76
.. autosummary ::
92
77
:toctree: generated/
93
78
79
+ read_sql
94
80
read_frame
95
81
write_frame
96
82
97
- .. currentmodule :: pandas.io
98
83
99
- .. autosummary ::
100
- :toctree: generated/
101
-
102
- sql
84
+ STATA
85
+ ~~~~~
103
86
104
- STATA IO
105
- ^^^^^^^^
106
87
.. currentmodule :: pandas.io.stata
107
88
108
89
.. autosummary ::
@@ -115,19 +96,26 @@ STATA IO
115
96
StataReader.variable_labels
116
97
StataWriter.write_file
117
98
118
- HDFStore: PyTables (HDF5)
119
- ~~~~~~~~~~~~~~~~~~~~~~~~~
120
99
121
- .. currentmodule :: pandas.io.pytables
100
+ General functions
101
+ -----------------
102
+
103
+ Data manipulations
104
+ ~~~~~~~~~~~~~~~~~~
105
+ .. currentmodule :: pandas.tools.pivot
122
106
123
107
.. autosummary ::
124
108
:toctree: generated/
125
109
126
- read_hdf
127
- HDFStore.put
128
- HDFStore.append
129
- HDFStore.get
130
- HDFStore.select
110
+ pivot_table
111
+
112
+ .. currentmodule :: pandas.tools.merge
113
+
114
+ .. autosummary ::
115
+ :toctree: generated/
116
+
117
+ merge
118
+ concat
131
119
132
120
Top-level Missing Data
133
121
~~~~~~~~~~~~~~~~~~~~~~
@@ -386,6 +374,7 @@ Serialization / IO / Conversion
386
374
Series.to_dict
387
375
Series.to_sparse
388
376
Series.to_string
377
+ Series.to_clipboard
389
378
390
379
.. _api.dataframe :
391
380
@@ -613,6 +602,7 @@ Serialization / IO / Conversion
613
602
DataFrame.to_records
614
603
DataFrame.to_sparse
615
604
DataFrame.to_string
605
+ DataFrame.to_clipboard
616
606
617
607
.. _api.panel :
618
608
@@ -772,4 +762,5 @@ Serialization / IO / Conversion
772
762
Panel.to_excel
773
763
Panel.to_sparse
774
764
Panel.to_frame
765
+ Panel.to_clipboard
775
766
0 commit comments