Skip to content

Commit ccb8f48

Browse files
committed
typo
1 parent 303a320 commit ccb8f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/dataframes/struct_and_array_dtypes.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
}
267267
],
268268
"source": [
269-
"# Adjuste the scores\n",
269+
"# Adjust the scores\n",
270270
"adj_scores = (scores + 5) / 105.0 * 100.0\n",
271271
"adj_scores"
272272
]
@@ -382,7 +382,7 @@
382382
"source": [
383383
"# Struct Data Types\n",
384384
"\n",
385-
"In BigQuery, an [struct](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#struct_type) (also known as a `record`) is a collection of ordered fields, each with a defined data type (required) and an optional field name. BigFrames maps BigQuery struct types to the Pandas equivalent, `pandas.ArrowDtype(pa.struct())`. In this section, we'll explore practical code examples illustrating how to work with struct columns within your BigFrames DataFrames."
385+
"In BigQuery, a [struct](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#struct_type) (also known as a `record`) is a collection of ordered fields, each with a defined data type (required) and an optional field name. BigFrames maps BigQuery struct types to the Pandas equivalent, `pandas.ArrowDtype(pa.struct())`. In this section, we'll explore practical code examples illustrating how to work with struct columns within your BigFrames DataFrames."
386386
]
387387
},
388388
{

0 commit comments

Comments
 (0)