xxxxxxxxxx
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_18928/119133446.py in <module>
----> 1 start_index = df2['created_at'].str().index(':') + 3
2 end_index = df2['created_at'].str().index('-') + 8
3 date = df2['created_at'].str()[start_index:end_index]
TypeError: 'StringMethods' object is not callable
xxxxxxxxxx
D:\Programme\Anaconda\lib\site-packages\IPython\core\interactiveshell.py:3444: DtypeWarning: Columns (13) have mixed types.Specify dtype option on import or set low_memory=False.
exec(code_obj, self.user_global_ns, self.user_ns)