I have a pandas dataframe like the following
(我有一个像下面的熊猫数据框)
df
T
0 1573119508850
1 1573119511513
2 1573119516821
3 1573119520387
I would like to shorten the number and approximate them with an approximation like the following:
(我想缩短数字,并用类似以下的近似值:)
df
T
0 1573119509
1 1573119512
2 1573119517
3 1573119520
ask by emax translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…