1313# limitations under the License.
1414#
1515# DO NOT MODIFY THIS FILE DIRECTLY.
16- # This file was generated by the script: scripts/generate_bigframes_bigquery.py
16+ # This file was generated by the script: scripts
1717#
1818
1919from __future__ import annotations
@@ -51,17 +51,17 @@ def _to_dataframe(self, bf_df: dataframe.DataFrame) -> T:
5151 def _to_series (self , bf_series : series .Series ) -> S :
5252 return cast (S , bf_series .to_pandas (ordered = True ))
5353
54- @property
55- def ai (self ) -> PandasAiSeriesAccessor [T , S ]:
56- return PandasAiSeriesAccessor (self ._obj )
57-
5854 @property
5955 def aead (self ) -> PandasAeadSeriesAccessor [T , S ]:
6056 return PandasAeadSeriesAccessor (self ._obj )
6157
58+ @property
59+ def ai (self ) -> PandasAiSeriesAccessor [T , S ]:
60+ return PandasAiSeriesAccessor (self ._obj )
61+
6262
6363@log_adapter .class_logger
64- class PandasAiSeriesAccessor (core_accessor .AiSeriesAccessor [T , S ]):
64+ class PandasAeadSeriesAccessor (core_accessor .AeadSeriesAccessor [T , S ]):
6565 def __init__ (self , pandas_obj : S ):
6666 super ().__init__ (pandas_obj )
6767
@@ -80,7 +80,7 @@ def _to_series(self, bf_series: series.Series) -> S:
8080
8181
8282@log_adapter .class_logger
83- class PandasAeadSeriesAccessor (core_accessor .AeadSeriesAccessor [T , S ]):
83+ class PandasAiSeriesAccessor (core_accessor .AiSeriesAccessor [T , S ]):
8484 def __init__ (self , pandas_obj : S ):
8585 super ().__init__ (pandas_obj )
8686
0 commit comments