chendaniely / pandas_for_everyone

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

Grammatical error on Page 43, section 2.6.1 #10

Open zoldello opened 5 years ago

zoldello commented 5 years ago

The text reads- "This is Python's way of serializing and saving data in a binary format reading pickle data is also backwards compatible."

It supposed to read- "This is Python's way of serializing and saving data in a binary format. Reading pickle data is also backwards compatible."