Learn practical skills, build real-world projects, and advance your career
import pandas as pd
import matplotlib as mpl
import seaborn as sn
import opendatasets as od
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-bc8c7a72a8e9> in <module> 2 import matplotlib as mpl 3 import seaborn as sn ----> 4 import opendatasets as od ModuleNotFoundError: No module named 'opendatasets'
od.download('stackoverflow-developer-survey-2020')
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-2-e08581753318> in <module> ----> 1 od.download('stackoverflow-developer-survey-2020') NameError: name 'od' is not defined