When ever I am using Jupyter notebook it is showing me error messages on the codes that are working on other computers, what can be the problem?
I tried this code “cars = pd.series([“BMW”, “Toyota”, “Honda”])” and it is giving me this error message “—————————————————————————
AttributeError Traceback (most recent call last)
Cell In[2], line 1
—-> 1 series = pd.Series([“BMW”, “Toyota”, “Honda”])