statsthinking21 / statsthinking21-python

Python companion for Statistical Thinking in the 21st Century
https://statsthinking21.github.io/statsthinking21-python/
Other
71 stars 27 forks source link

No module named "nhanes" #7

Open MarcoB-MD opened 4 years ago

MarcoB-MD commented 4 years ago

I am struggling with loading the Nhanes dataset (executing the first line yields: "No module named "nhanes"") and can't seem to find an appropriate link/import command.

Any ideas/recommendations? Thanks in advance.

poldrack commented 4 years ago

you need to install the nhanes package: pip install nhanes let me know if that doesn't work...

On Thu, Sep 3, 2020 at 6:29 AM MarcoB notifications@github.com wrote:

I am struggling with loading the Nhanes dataset (executing the first line yields: "No module named "nhanes"" and can't see, to find an appropriate link/import command.

Any ideas/recommendations? Thanks in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/statsthinking21/statsthinking21-python/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGUVEEVFFMRW446BDYD63LSD6K5PANCNFSM4QUYWBHQ .

-- Russell A. Poldrack Albert Ray Lang Professor of Psychology Building 420 Stanford University Stanford, CA 94305

poldrack@stanford.edu http://www.poldracklab.org/

MarcoB-MD commented 4 years ago

Got it, worked perfectly! Thanks @poldrack