Skip to content

Commit 14445ef

Browse files
authored
Update pandas_dataframe.ipynb
'to each' was repeated for two times, so updated the doc from 'to each to each' to 'to each'.
1 parent 265d6ce commit 14445ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/pandas_dataframe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
"id": "HRcC8WkyamJb"
784784
},
785785
"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",
787787
"\n",
788788
"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:"
789789
]

0 commit comments

Comments
 (0)