对数和时间转为理想型
1、注意log
python 中
import math
math.log(x,底数),默认为e
excel 中
LOG(x,底数)和LN()
2、将时间设为非常标准的格式
text(x,"0000-00-00")设置为文本类型
1、注意log
python 中
import math
math.log(x,底数),默认为e
excel 中
LOG(x,底数)和LN()
2、将时间设为非常标准的格式
text(x,"0000-00-00")设置为文本类型