|
1 | 1 | {
|
2 | 2 | "cells": [
|
| 3 | + { |
| 4 | + "cell_type": "code", |
| 5 | + "execution_count": null, |
| 6 | + "metadata": {}, |
| 7 | + "outputs": [], |
| 8 | + "source": [ |
| 9 | + "# Copyright 2024 Google LLC\n", |
| 10 | + "#\n", |
| 11 | + "# Licensed under the Apache License, Version 2.0 (the \"License\");\n", |
| 12 | + "# you may not use this file except in compliance with the License.\n", |
| 13 | + "# You may obtain a copy of the License at\n", |
| 14 | + "#\n", |
| 15 | + "# https://www.apache.org/licenses/LICENSE-2.0\n", |
| 16 | + "#\n", |
| 17 | + "# Unless required by applicable law or agreed to in writing, software\n", |
| 18 | + "# distributed under the License is distributed on an \"AS IS\" BASIS,\n", |
| 19 | + "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n", |
| 20 | + "# See the License for the specific language governing permissions and\n", |
| 21 | + "# limitations under the License." |
| 22 | + ] |
| 23 | + }, |
3 | 24 | {
|
4 | 25 | "cell_type": "markdown",
|
5 | 26 | "metadata": {},
|
|
17 | 38 | "\n",
|
18 | 39 | "The second section talks about applying semantic operators on real-world large datasets. The examples are designed to benchmark the performance of the operators, and to (maybe) spark some ideas for your next application scenarios.\n",
|
19 | 40 | "\n",
|
| 41 | + "You can open this notebook on Google Colab [here](https://colab.research.google.com/github/googleapis/python-bigquery-dataframes/blob/main/notebooks/experimental/semantic_operators.ipynb).\n", |
| 42 | + "\n", |
20 | 43 | "Without further ado, let's get started."
|
21 | 44 | ]
|
22 | 45 | },
|
|
3893 | 3916 | "name": "python",
|
3894 | 3917 | "nbconvert_exporter": "python",
|
3895 | 3918 | "pygments_lexer": "ipython3",
|
3896 |
| - "version": "3.12.1" |
| 3919 | + "version": "3.11.9" |
3897 | 3920 | }
|
3898 | 3921 | },
|
3899 | 3922 | "nbformat": 4,
|
|
0 commit comments