Does Panda alow for getting the hours, minutes, and seconds seperately, as well as the day, month, and year?
This is Python, again, not Panda. Check out the Python “time” module, in particular time.localtime().
David
Thanks
Does Panda alow for getting the hours, minutes, and seconds seperately, as well as the day, month, and year?
This is Python, again, not Panda. Check out the Python “time” module, in particular time.localtime().
David
Thanks