File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
docs/reference/bigframes.pandas Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3636
3737@log_adapter .class_logger
3838class BlobAccessor (base .SeriesMethods ):
39+ """
40+ Blob functions for Series and Index.
41+
42+ .. note::
43+ BigFrames Blob is still under experiments. It may not work and subject to change in the future.
44+ """
45+
3946 def __init__ (self , * args , ** kwargs ):
4047 if not bigframes .options .experiments .blob :
4148 raise NotImplementedError ()
Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ Struct handling
5151 :inherited-members:
5252 :undoc-members:
5353
54+ Blob handling
55+ ^^^^^^^^^^^^^
56+
57+ .. automodule :: bigframes.operations.blob
58+ :members:
59+ :inherited-members:
60+ :undoc-members:
61+
5462Plotting handling
5563^^^^^^^^^^^^^^^^^
5664
You can’t perform that action at this time.
0 commit comments