Hello Everyone,
Is there are way to change the date format of a column from (DD-MM-YYYY) to dd.mm.yyyy at one go rather than looping through each row and updating it.
I am looking for something which is similar to Python pandas. I would like modify the data format of a column at once. If you could provide a sample, it would be helpful
Thanks
Selva