python - Object pandas has no attribute name Series -
import pandas pd numbers = {1,2,3,4,5} ser = pd.series(numbers) print ser
i write code in python pandas series. it's giving this
"attributeerror: 'module' object has no attribute 'series'"
please me
the error in problem file name.
i save file pandas.py that's why got error.
Comments
Post a Comment