``` python In [23]: df1 = pandas.DataFrame(list('abcd')) In [24]: df1.plot() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) ... AttributeError: 'numpy.ndarray' object has no attribute 'find' ```