1.
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 23 entries, 0 to 22
Data columns (total 5 columns):
2.
‘DataFrame’ object has no attribute ‘sort’
AttributeError: 'DataFrame' object has no attribute 'to_datetime'
tweets_df['Time'] = pd.to_datetime(tweets_df['Time'])
3.
The problem is that there are spaces in your column names; here is what I get when I save your data and load the dataframe as you have done:
'오답 노트 > 파이썬 에러코드' 카테고리의 다른 글
DataFrame object has no attribute 'feature_names' (0) | 2022.07.04 |
---|---|
missint 1 required positional argument: 'x' (0) | 2022.07.04 |
column삭제시 axis=1 꼭 기입할 것! (0) | 2022.07.02 |
에러코드 및 수정사항 (0) | 2022.06.28 |
R에러 코드 (0) | 2022.06.28 |