All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.
All our activities include solutions with explanations on how they work and why we chose them.
Basically, how many words have we read from the file?
The word microspectrophotometries
is the only word with a value of 317
. Find the only word with a value of 319
:
There are 1921
words with a value of 100
, making it the second most common letter sum. What value is most common?
The "Value Ratio" of a word is defined as the Value
of a word divided by its length. That is: ValueRatio(word) = Value(word) / len(word)
.
Create a new column in your DataFrame named Ratio
that contains such computation.
In the previous activity you compute the maximum Ratio
. Now answer, which word has such Ratio
?
What word has a Value
of 260
and has the lowest Char Count
?