Posts by Vinicius Raphael • 11 points
1 post
-
1
votes3
answers2524
viewsA: Divide date (day, month, year) into new columns - Dataframe Pandas
Hello, I believe the simplest way to do it is to convert the date to datetime in pandas. In the case of your code is not clear but I believe it is Year-Month-Day, if not just reorganize in the code…