Words
        Description: most frequently used words in the English language
Source
Processing: removed several rows from the original .csv that weren't appropriate for a school setting
Columns:
- Word (string): English word
 
- Part of Speech (string): part of speech of the word such as noun, article
 
- Per Million Words (numerical): how frequently the word appears in a million words
 
- Length (numerical): number of characters in the word
 
        
     
    Found a bug in the documentation? Let us know at documentation@code.org