...

/

Quiz on Converting Text to Structured Data

Quiz on Converting Text to Structured Data

Quiz yourself on what you’ve learned about using tools to clean and preprocess text.

We'll cover the following...

Preprocessing Text

1

Consider these two phrases:

“its common\nstock, and warrants”

vs.

“its common stock, and warrants”

Which command will produce this change?

A)

removeNumbers( )

B)

removePunctuation( )

C)

stripWhitespace( )

D)

removeWords( )

Question 1 of 40 attempted
...
Ask