Supported pandas APIs ===================== The following tables show the pandas APIs that have been implemented (or not) in BigQuery DataFrames. * 'Y' means it implements all parameters. * 'P' means it implements only some parameters. DataFrame --------- .. raw:: html :file: supported_pandas_apis/bf_dataframe.html DataFrameGroupBy ---------------- .. raw:: html :file: supported_pandas_apis/bf_dataframegroupby.html Index ----- .. raw:: html :file: supported_pandas_apis/bf_index.html pandas module ------------- .. raw:: html :file: supported_pandas_apis/bf_pandas.html Series ------ .. raw:: html :file: supported_pandas_apis/bf_series.html Series.dt methods ----------------- .. raw:: html :file: supported_pandas_apis/bf_datetimemethods.html Series.str methods ------------------ .. raw:: html :file: supported_pandas_apis/bf_stringmethods.html SeriesGroupBy ------------- .. raw:: html :file: supported_pandas_apis/bf_seriesgroupby.html Window ------ .. raw:: html :file: supported_pandas_apis/bf_window.html