@@ -9,3 +9,117 @@ User Guide
99
1010 Getting Started <https://docs.cloud.google.com/bigquery/docs/dataframes-quickstart >
1111 Cloud Docs User Guides <https://docs.cloud.google.com/bigquery/docs/bigquery-dataframes-introduction >
12+
13+ .. toctree ::
14+ :caption: Getting Started
15+ :maxdepth: 1
16+
17+ Quickstart Template <../notebooks/getting_started/bq_dataframes_template.ipynb >
18+ Getting Started <../notebooks/getting_started/getting_started_bq_dataframes.ipynb >
19+ Magics <../notebooks/getting_started/magics.ipynb >
20+ ML Fundamentals <../notebooks/getting_started/ml_fundamentals_bq_dataframes.ipynb >
21+ Pandas Extensions <../notebooks/getting_started/pandas_extensions.ipynb >
22+
23+ .. toctree ::
24+ :caption: DataFrames
25+ :maxdepth: 1
26+
27+ Anywidget Mode <../notebooks/dataframes/anywidget_mode.ipynb >
28+ Dataframe <../notebooks/dataframes/dataframe.ipynb >
29+ Index Col Null <../notebooks/dataframes/index_col_null.ipynb >
30+ Integrations <../notebooks/dataframes/integrations.ipynb >
31+ Pypi <../notebooks/dataframes/pypi.ipynb >
32+
33+ .. toctree ::
34+ :caption: Data Types
35+ :maxdepth: 1
36+
37+ Array <../notebooks/data_types/array.ipynb >
38+ Json <../notebooks/data_types/json.ipynb >
39+ Struct <../notebooks/data_types/struct.ipynb >
40+ Timedelta <../notebooks/data_types/timedelta.ipynb >
41+
42+ .. toctree ::
43+ :caption: Generative AI
44+ :maxdepth: 1
45+
46+ AI Functions <../notebooks/generative_ai/ai_functions.ipynb >
47+ AI Forecast <../notebooks/generative_ai/bq_dataframes_ai_forecast.ipynb >
48+ LLM Code Generation <../notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb >
49+ LLM KMeans <../notebooks/generative_ai/bq_dataframes_llm_kmeans.ipynb >
50+ LLM Output Schema <../notebooks/generative_ai/bq_dataframes_llm_output_schema.ipynb >
51+ LLM Vector Search <../notebooks/generative_ai/bq_dataframes_llm_vector_search.ipynb >
52+ Drug Name Generation <../notebooks/generative_ai/bq_dataframes_ml_drug_name_generation.ipynb >
53+ Large Language Models <../notebooks/generative_ai/large_language_models.ipynb >
54+
55+ .. toctree ::
56+ :caption: Machine Learning
57+ :maxdepth: 1
58+
59+ ML Cross Validation <../notebooks/ml/bq_dataframes_ml_cross_validation.ipynb >
60+ Linear Regression <../notebooks/ml/bq_dataframes_ml_linear_regression.ipynb >
61+ Linear Regression BBQ <../notebooks/ml/bq_dataframes_ml_linear_regression_bbq.ipynb >
62+ Linear Regression Big <../notebooks/ml/bq_dataframes_ml_linear_regression_big.ipynb >
63+ Easy Linear Regression <../notebooks/ml/easy_linear_regression.ipynb >
64+ Sklearn Linear Regression <../notebooks/ml/sklearn_linear_regression.ipynb >
65+ Timeseries Analysis <../notebooks/ml/timeseries_analysis.ipynb >
66+
67+ .. toctree ::
68+ :caption: Visualization
69+ :maxdepth: 1
70+
71+ COVID Line Graphs <../notebooks/visualization/bq_dataframes_covid_line_graphs.ipynb >
72+ Tutorial <../notebooks/visualization/tutorial.ipynb >
73+
74+ .. toctree ::
75+ :caption: Geospatial Data
76+ :maxdepth: 1
77+
78+ Geoseries <../notebooks/geo/geoseries.ipynb >
79+
80+ .. toctree ::
81+ :caption: Regionalized BigQuery
82+ :maxdepth: 1
83+
84+ Regionalized <../notebooks/location/regionalized.ipynb >
85+
86+ .. toctree ::
87+ :caption: Multimodal
88+ :maxdepth: 1
89+
90+ Multimodal Dataframe <../notebooks/multimodal/multimodal_dataframe.ipynb >
91+
92+ .. toctree ::
93+ :caption: Remote Functions
94+ :maxdepth: 1
95+
96+ Remote Function <../notebooks/remote_functions/remote_function.ipynb >
97+ Remote Function Usecases <../notebooks/remote_functions/remote_function_usecases.ipynb >
98+ Remote Function Vertex Claude Model <../notebooks/remote_functions/remote_function_vertex_claude_model.ipynb >
99+
100+ .. toctree ::
101+ :caption: Streaming
102+ :maxdepth: 1
103+
104+ Streaming Dataframe <../notebooks/streaming/streaming_dataframe.ipynb >
105+
106+ .. toctree ::
107+ :caption: Experimental
108+ :maxdepth: 1
109+
110+ AI Operators <../notebooks/experimental/ai_operators.ipynb >
111+ Semantic Operators <../notebooks/experimental/semantic_operators.ipynb >
112+
113+ .. toctree ::
114+ :caption: Apps
115+ :maxdepth: 1
116+
117+ Synthetic Data Generation <../notebooks/apps/synthetic_data_generation.ipynb >
118+
119+ .. toctree ::
120+ :caption: Kaggle
121+ :maxdepth: 1
122+
123+ AI Forecast <../notebooks/kaggle/bq_dataframes_ai_forecast.ipynb >
124+ Describe Product Images <../notebooks/kaggle/describe-product-images-with-bigframes-multimodal.ipynb >
125+ Vector Search Over National Jukebox <../notebooks/kaggle/vector-search-with-bigframes-over-national-jukebox.ipynb >
0 commit comments