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