0
I’m having trouble turning a numeric integer column that is in seconds to the format of
hours:minutes:seconds
, for example:
df = pd.DataFrame(np.random.randint(900,4000,size=(10000, 1)), columns=list('A'))
How could I turn this whole df?