~\AppData\Roaming\Python\Python36\site-packages\pandas__init__.py in ()--> 26来自pandas._libs导入(散列表为_hashtable,~\AppData\Roaming\Python\Python36\site-packages\pandas_libs__init__.py in ()~\AppData\Roaming\Python\Python
在python中,time.time()以浮点数的形式返回时间(以秒为单位),但这个数字似乎有点短。如果我在JavaScript new Date().valueOf()中运行,长度为13位。但是如果我运行python time.time(),就会得到一个10位数的浮点数,小数点之后的6位浮点数。valueOf()方法以数字数据类型返回日期对象的原始值,即自1970年1月1日午夜开始的毫秒数。