该文被密码保护。 阅读全文
posted @ 2019-02-22 23:40 PrinceMay 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Reference Zed Shaw - Learn Python the Hard Way Ex0: The Setup Windows Python 2, Atom, Terminal. Ex1: A Good First Program Keyword Run the file Error G 阅读全文
posted @ 2018-07-20 22:41 PrinceMay 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 将Series和DataFrame引入本地命名空间。 pandas的数据结构介绍 两个主要数据结构:Series和DataFrame。 Series是一种类似于一维数组的对象,它由一组数据(各种NumPy数据类型)以及一组与之相关的数据标签(即索引)组成。仅由一组数据即可产生最简单的Series。 阅读全文
posted @ 2018-05-16 14:39 PrinceMay 阅读(266) 评论(0) 推荐(0) 编辑
摘要: NumPy (Numerical Python)是高性能科学计算和数据分析的基础包。依照标准的NumPy约定,首先导入NumPy基础包。 ndarray是一个通用的同构数据多维容器,其中的所有元素必须是相同类型的。每个数组都有一个shape(一个表示各维度大小的元组)和一个dtype(一个用于说明数 阅读全文
posted @ 2017-11-01 10:43 PrinceMay 阅读(503) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-09-30 12:02 PrinceMay 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Internal (' ') or external ('X') number range flag Indicator which determines whether the number range interval is external or internal. Use The SAP s 阅读全文
posted @ 2017-09-20 14:54 PrinceMay 阅读(602) 评论(0) 推荐(0) 编辑
摘要: Background Latest Data Source: https://www.ssa.gov/oact/babynames/limits.html yobYYYY.txt (1880 ~ 2016) name,sex,number 这是一个非常标准的以逗号隔开的格式,可以用pandas.re 阅读全文
posted @ 2017-09-06 13:59 PrinceMay 阅读(802) 评论(0) 推荐(0) 编辑
摘要: Background MovieLens 1M数据集含有来自6000名用户对4000部电影的100万条评分数据。 ratings.dat UserID::MovieID::Rating::Timestamp users.dat UserID::Gender::Age::Occupation::Zip 阅读全文
posted @ 2017-08-22 11:53 PrinceMay 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: Case 1 Description Update the ZLIANO numbers to 10 digits with given BP_IDs. Tips > Set a breakpoint at Line 25. > Check sy-dbcnt. > Check the interna 阅读全文
posted @ 2017-08-09 12:01 PrinceMay 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Installation Packages 01 Canopy (also known as EPDFree) for Python 2.7 by Enthought Scientific Computing Solutions canopy-2.1.3.win-x86_64-cp27.msi ht 阅读全文
posted @ 2017-07-25 09:33 PrinceMay 阅读(327) 评论(0) 推荐(0) 编辑