Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in time information #9

Open
hope-data-science opened this issue Feb 27, 2020 · 5 comments
Open

Error in time information #9

hope-data-science opened this issue Feb 27, 2020 · 5 comments

Comments

@hope-data-science
Copy link

The update time is the only time stamp in the table "area", however, it is not the type of date. And we could hardly recognize it.

@pzhaonet
Copy link
Owner

Could you provide a mini example of what you mean? Thanks.

@hope-data-science
Copy link
Author

其实就是直接用您给的代码获取了函数,在updateTime那一列是数字,用lubridate转时间还是会出问题。应该先除以1000再转就可以了,但是我们获取的时候日期那一列是纯数字。如果方便的话,可以加个微信么,先用邮箱联系([email protected])。

@pzhaonet
Copy link
Owner

pzhaonet commented Mar 1, 2020

数字是原始数据格式,早先的版本里我把它转成了年月日时分秒,后来觉得应该保留原始格式。

转换起来容易,ncovr:::conv_time().

@hope-data-science
Copy link
Author

我觉得可以转一个,然后原始格式也保留着,这样可能更合适。

@pzhaonet
Copy link
Owner

pzhaonet commented Mar 2, 2020

好主意。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants