如何仅保留列的日期和年份,并设置为正确的格式?
我正在清理数据集以进行分析。我不知道如何处理这两列时间/日期数据。如何仅保留年份/日期并将其设置为正确的分析格式?它们目前被视为分类数据。
I am cleaning a dataset for analysis. I don't know how to deal with these two columns of time/date data. How do I keep only the year/date and set it to the right format for analysis? They are currently treated as categorical data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这样的事情会有帮助
Something like this will help