摘要: less filename:可以方便地查看文本文件 阅读全文
posted @ 2017-05-28 10:52 2021年的顺遂平安君 阅读(42) 评论(0) 推荐(0)
摘要: -rw-r--r-- 开头以“-”(a leading dash) 开头表示文件类型为 a regular file以”d”开头表示... 阅读全文
posted @ 2017-05-28 10:32 2021年的顺遂平安君 阅读(57) 评论(0) 推荐(0)
摘要: pwd:the current working directorycd -: return to the previous work... 阅读全文
posted @ 2017-05-28 10:27 2021年的顺遂平安君 阅读(65) 评论(0) 推荐(0)
摘要: 直接使用系统的sudo apt-get install ruby2.0安装后,ruby -v显示ruby的版本依然是ruby 1.9... 阅读全文
posted @ 2017-05-26 17:31 2021年的顺遂平安君 阅读(36) 评论(0) 推荐(0)
摘要: 查找软件: apt-cache search 阅读全文
posted @ 2017-05-26 17:28 2021年的顺遂平安君 阅读(56) 评论(0) 推荐(0)
摘要: pandas follows the numpy convention of raising an error when you t... 阅读全文
posted @ 2017-05-26 16:49 2021年的顺遂平安君 阅读(29) 评论(0) 推荐(0)
摘要: This is an introduction to pandas categorical data type, includi... 阅读全文
posted @ 2017-05-26 15:58 2021年的顺遂平安君 阅读(105) 评论(0) 推荐(0)
摘要: df.mean()等价于df.mean(0)。把轴向数据求平均,得到每列数据的平均值。 df.mean(1)按照另外一个axis的方... 阅读全文
posted @ 2017-05-26 11:58 2021年的顺遂平安君 阅读(585) 评论(0) 推荐(0)
摘要: df.loc[dates[0:1],'E']和df.loc[dates[0]:dates[1],'E']不同。 前者不包含**dat... 阅读全文
posted @ 2017-05-26 11:48 2021年的顺遂平安君 阅读(53) 评论(0) 推荐(0)
摘要: pandas.DataFrame.sort_index 用法 sort_index(axis=0, level=None, asce... 阅读全文
posted @ 2017-05-26 11:21 2021年的顺遂平安君 阅读(56) 评论(0) 推荐(0)