amutai
(Amutai)
#1
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 # import numpy as np
2 import pandas as pd
3 import matplotlib.pyplot as plt
4 import matplotlib.animation as animation
5 from mpl_toolkits import mplot3d
ModuleNotFoundError: No module named ‘numpy’
1 Like
wubak95
(Ransford Wusah Bakuri)
#2
Hello Amutai, have you been able to resolve the issue?
amutai
(Amutai)
#3
Yes, finally resolved, thanks.
why it is showing like this when iam trying to import pandas
can anyone please help me soon
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import pandas as pd
ModuleNotFoundError: No module named ‘pandas’
wubak95
(Ransford Wusah Bakuri)
#5
Great!
How did you go about it please?