I have a dataframe like this:
housing_deals.head()
Out[2]:
price sale_date
0 477,000,000 1396/10/30
1 608,700,000 1396/11/25
2 580,000,000 1396/10/03
3 350,000,000 1396/12/05
4 328,000,000 1396/03/18
how can I convert sale_date column to pandas datetime
i see below
How to work around Python Pandas DataFrame's "Out of bounds nanosecond timestamp" error?
but yet i cannot do that for my dataframe