jkropko / surfing-the-data-pipeline

"Surfing the Data Pipeline with Python" is a textbook that guides people through the steps of getting themselves unstuck, acquiring data, wrangling data, and exploring data.
15 stars 9 forks source link

Wrong library name for dotenv in ch4.ipynb #8

Open a-haynes opened 2 years ago

a-haynes commented 2 years ago

Chapter for says to install the dotenv library through pip install dotenv but I believe it should be pip install python-dotenv.