Hi all!
I wanted to start on my own project in Anaconda and when I wanted to transform data I had webscraped into a Dataframe, I tried to import the pandas library (as pd) in my Anaconda-file. However I keep getting the error: ModuleNotFoundError: No module named ‘codecademylib’. I googled for a solution but can’t find what I should do to solve this issues. Does somebody has a solution for this?
full error:
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import pandas as pd
~/pandas.py in
1 import pandas as pd
----> 2 import codecademylib
3
4
5 df1 = pd.DataFrame({
ModuleNotFoundError: No module named ‘codecademylib’