Code Challenges on Text Transformation
Assess your ability to perform text transformation techniques using Python.
We'll cover the following
Challenge 1: Sentence tokenization
We’ve imported the required libraries. Load the feedback.csv
dataset in the feedback_df
variable and perform sentence tokenization on the feedback
column. Save the sentence tokens in a new sentence_tokens
column.
Get hands-on with 1400+ tech skills courses.