摘要: 原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12257180.html Python datetime python内置模块,主要包含以下几个类: date:使用公历日历存储的日期(年,月,日) time:将时间存储为小时,分钟,秒和微秒 datet 阅读全文
posted @ 2020-02-03 20:24 李白与酒 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12256178.html DataFrame 常用查看数据的操作 df.head() df.tail() df.index,df.columns,df.values,df.shape df.info() 阅读全文
posted @ 2020-02-03 16:30 李白与酒 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/12254786.html NA handling methods isnull, not null The built-in Python None value is also treated as NA 阅读全文
posted @ 2020-02-03 10:33 李白与酒 阅读(146) 评论(0) 推荐(0) 编辑