Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 836 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 836 Bytes

Wordle Word Dataset

This notebook compiles a datasets of words used in Wordle, both the word list and the subset of answers from the Wordle Source code, prior to The New York Times purchase. It supplements this dataset with additional meta data.

field type description
word string The word used in Wordle
occurrence float The mean prevalence in the Google Books Ngram Corpus, within the given time range.
day int The day the Wordle word was an answer, if applicable. Non-answer words have null values.