When I was reading through the stacking documentation, I stumbled over myself for an embarrassing amount of time, because it's very easy to misread "Dates" (the fruit) as "Date" (a time). This table also includes a "Month" column containing Date values, which led me to misunderstanding what stack.keys did.
This is obviously a minor thing - and caused by my own misreading of the text - but I do feel like it's a reasonable mistake to make while skimming docs. I felt like we could probably prevent this misunderstanding from happening to anybody else with a simple change.
When I was reading through the stacking documentation, I stumbled over myself for an embarrassing amount of time, because it's very easy to misread "Dates" (the fruit) as "Date" (a time). This table also includes a "Month" column containing
Date
values, which led me to misunderstanding whatstack.keys
did.This is obviously a minor thing - and caused by my own misreading of the text - but I do feel like it's a reasonable mistake to make while skimming docs. I felt like we could probably prevent this misunderstanding from happening to anybody else with a simple change.