ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.01k stars 2.55k forks source link

bad variable naming in Pandas Basic tutorial #722

Open cschell opened 1 year ago

cschell commented 1 year ago

I just noticed that you use a variable called "dict" on this page: https://www.learnpython.org/en/Pandas_Basics

Imho this sets a bad example, since it overwrites python's own dict function. Maybe something like countries_dict is a better wording.