'20180227' how i can convert this to date format in python
Tried with this , let suppose we similar string in entire columns of pandas data frame.
pd.to_datetime(df['colaname'])
But showing me 1970 date which is default . Any solution on this please guide