Skip to content

Commit de923d0

Browse files
authored
docs: fix Bigframes.Pandas.General_Function missing docs (#1164)
1 parent 131edc3 commit de923d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎bigframes/pandas/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,13 @@ def reset_session():
594594
# Use __all__ to let type checkers know what is part of the public API.
595595
__all__ = [
596596
# Functions
597+
"clean_up_by_session_id",
597598
"concat",
599+
"cut",
600+
"get_default_session_id",
601+
"get_dummies",
598602
"merge",
603+
"qcut",
599604
"read_csv",
600605
"read_gbq",
601606
"read_gbq_function",

0 commit comments

Comments
 (0)