chendaniely / pandas_for_everyone

Repository to accompany "Pandas for Everyone"
http://a.co/d/c270uul
MIT License
389 stars 402 forks source link

In section 2.2.2, I believe dicts are ordered beginning in Python 3.6 #8

Open zoldello opened 5 years ago

zoldello commented 5 years ago

There is a line on page 27, section 2.2.2 that says "Notice that order is not guaranteed." I think that is no longer true beginning in Python 3.7 as it is a feature of dicts (and technically in 3.6 but an implementation detail). See- https://stackoverflow.com/a/47837132/178550.