Step five of the project ‘Exploring the date columns’ mentions a ‘date_crawled’ column.
This column does not exist in the dataset though.
Step five of the project ‘Exploring the date columns’ mentions a ‘date_crawled’ column.
This column does not exist in the dataset though.
hi @jan8
date_crawled is now the index column for your dataset due to index_col=0. comment that part and retry.
Regards