Код: Выделить всё
cars = pd.series(["BMW", "Toyota", "Honda"])
Код: Выделить всё
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 series = pd.Series(["BMW", "Toyota", "Honda"])
AttributeError: module 'pandas' has no attribute 'series'
Подробнее здесь: https://stackoverflow.com/questions/784 ... on-the-cod