You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/tutorials/load_data/pandas_dataframe.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -783,7 +783,7 @@
783
783
"id": "HRcC8WkyamJb"
784
784
},
785
785
"source": [
786
-
"The next step is to build a preprocessing model that will apply apropriate preprocessing to each to each input and concatenate the results.\n",
786
+
"The next step is to build a preprocessing model that will apply apropriate preprocessing to each input and concatenate the results.\n",
787
787
"\n",
788
788
"This section uses the [Keras Functional API](https://www.tensorflow.org/guide/keras/functional) to implement the preprocessing. You start by creating one `tf.keras.Input` for each column of the dataframe:"
0 commit comments