Code Challenges on Text Feature Engineering
Assess your ability to perform text feature engineering techniques using Python.
We'll cover the following
Challenge 1: Feature construction
We’ve imported the pandas
library and loaded the feedback.csv
dataset in the feedback_df
variable. Construct two new features that contain the length of feedback in terms of characters and words, respectively. Save the result in the feedback_length_chars
and feedback_length_words
columns.
Get hands-on with 1400+ tech skills courses.