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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -