File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
reference/bigframes.pandas Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Accessors
22
22
Plotting handling
23
23
^^^^^^^^^^^^^^^^^
24
24
25
- .. automodule :: bigframes.operations.plotting
25
+ .. autoclass :: bigframes.operations.plotting.PlotAccessor
26
26
:members:
27
27
:inherited-members:
28
28
:undoc-members:
Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ Accessors
22
22
Datetime properties
23
23
^^^^^^^^^^^^^^^^^^^
24
24
25
- .. automodule :: bigframes.operations.datetimes
25
+ .. autoclass :: bigframes.operations.datetimes.DatetimeMethods
26
26
:members:
27
27
:inherited-members:
28
28
:undoc-members:
29
29
30
30
String handling
31
31
^^^^^^^^^^^^^^^
32
32
33
- .. automodule :: bigframes.operations.strings
33
+ .. autoclass :: bigframes.operations.strings.StringMethods
34
34
:members:
35
35
:inherited-members:
36
36
:undoc-members:
37
37
38
38
List handling
39
39
^^^^^^^^^^^^^
40
40
41
- .. automodule :: bigframes.operations.lists
41
+ .. autoclass :: bigframes.operations.lists.ListAccessor
42
42
:members:
43
43
:inherited-members:
44
44
:undoc-members:
@@ -54,15 +54,15 @@ Struct handling
54
54
Blob handling
55
55
^^^^^^^^^^^^^
56
56
57
- .. automodule :: bigframes.operations.blob
57
+ .. autoclass :: bigframes.operations.blob.BlobAccessor
58
58
:members:
59
59
:inherited-members:
60
60
:undoc-members:
61
61
62
62
Plotting handling
63
63
^^^^^^^^^^^^^^^^^
64
64
65
- .. automodule :: bigframes.operations.plotting
65
+ .. autoclass :: bigframes.operations.plotting.PlotAccessor
66
66
:members:
67
67
:inherited-members:
68
68
:undoc-members:
Original file line number Diff line number Diff line change 47
47
uid : bigframes.operations.structs.StructFrameAccessor
48
48
- name : AI
49
49
uid : bigframes.operations.ai.AIAccessor
50
+ status : beta
51
+ name : DataFrame
50
52
- items :
51
53
- name : DataFrameGroupBy
52
54
uid : bigframes.core.groupby.DataFrameGroupBy
84
86
uid : bigframes.operations.strings.StringMethods
85
87
- name : StructAccessor
86
88
uid : bigframes.operations.structs.StructAccessor
89
+ - name : ListAccessor
90
+ uid : bigframes.operations.lists.ListAccessor
87
91
- name : PlotAccessor
88
92
uid : bigframes.operations.plotting.PlotAccessor
89
93
- name : BlobAccessor
You can’t perform that action at this time.
0 commit comments