Skip to content

Commit

Permalink
更新了最后10天的文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrued committed Oct 13, 2019
1 parent 8e719ca commit cef5d95
Show file tree
Hide file tree
Showing 17 changed files with 1,045 additions and 254 deletions.
631 changes: 631 additions & 0 deletions Day76-90/code/.ipynb_checkpoints/1-pandas入门-checkpoint.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Day76-90/code/1-pandas入门.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
],
"source": [
"# DataFrame是二维的数据\n",
"# excel就非诚相似\n",
"# excel就非常相似\n",
"# 所有进行数据分析,数据挖掘的工具最基础的结果:行和列,行表示样本,列表示的是属性\n",
"df = DataFrame(data = np.random.randint(0,150,size = (10,3)),index = list('abcdefhijk'),columns=['Python','En','Math'])\n",
"df"
Expand Down Expand Up @@ -623,7 +623,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
233 changes: 0 additions & 233 deletions Day91-100/91.团队项目开发准备.md

This file was deleted.

Loading

0 comments on commit cef5d95

Please sign in to comment.