Skip to content

Commit 28afa2c

Browse files
authored
fix: DataFrame accessors is not pupulated (#1639)
1 parent 8713950 commit 28afa2c

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/reference/bigframes.pandas/frame.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Accessors
2222
Plotting handling
2323
^^^^^^^^^^^^^^^^^
2424

25-
.. automodule:: bigframes.operations.plotting
25+
.. autoclass:: bigframes.operations.plotting.PlotAccessor
2626
:members:
2727
:inherited-members:
2828
:undoc-members:

docs/reference/bigframes.pandas/series.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ Accessors
2222
Datetime properties
2323
^^^^^^^^^^^^^^^^^^^
2424

25-
.. automodule:: bigframes.operations.datetimes
25+
.. autoclass:: bigframes.operations.datetimes.DatetimeMethods
2626
:members:
2727
:inherited-members:
2828
:undoc-members:
2929

3030
String handling
3131
^^^^^^^^^^^^^^^
3232

33-
.. automodule:: bigframes.operations.strings
33+
.. autoclass:: bigframes.operations.strings.StringMethods
3434
:members:
3535
:inherited-members:
3636
:undoc-members:
3737

3838
List handling
3939
^^^^^^^^^^^^^
4040

41-
.. automodule:: bigframes.operations.lists
41+
.. autoclass:: bigframes.operations.lists.ListAccessor
4242
:members:
4343
:inherited-members:
4444
:undoc-members:
@@ -54,15 +54,15 @@ Struct handling
5454
Blob handling
5555
^^^^^^^^^^^^^
5656

57-
.. automodule:: bigframes.operations.blob
57+
.. autoclass:: bigframes.operations.blob.BlobAccessor
5858
:members:
5959
:inherited-members:
6060
:undoc-members:
6161

6262
Plotting handling
6363
^^^^^^^^^^^^^^^^^
6464

65-
.. automodule:: bigframes.operations.plotting
65+
.. autoclass:: bigframes.operations.plotting.PlotAccessor
6666
:members:
6767
:inherited-members:
6868
:undoc-members:

docs/templates/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
uid: bigframes.operations.structs.StructFrameAccessor
4848
- name: AI
4949
uid: bigframes.operations.ai.AIAccessor
50+
status: beta
51+
name: DataFrame
5052
- items:
5153
- name: DataFrameGroupBy
5254
uid: bigframes.core.groupby.DataFrameGroupBy
@@ -84,6 +86,8 @@
8486
uid: bigframes.operations.strings.StringMethods
8587
- name: StructAccessor
8688
uid: bigframes.operations.structs.StructAccessor
89+
- name: ListAccessor
90+
uid: bigframes.operations.lists.ListAccessor
8791
- name: PlotAccessor
8892
uid: bigframes.operations.plotting.PlotAccessor
8993
- name: BlobAccessor

0 commit comments

Comments
 (0)