Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 502905e

Browse files
committed
Add Data_Manipulation_with_pandas.ipynb
1 parent 6a03036 commit 502905e

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Course outline\n",
8+
"\n",
9+
"## Chapter 1: DataFrames\n",
10+
"* Sorting and Subsetting\n",
11+
"* Creating new columns\n",
12+
"\n",
13+
"## Chapter 2: Aggregating Data\n",
14+
"* Summary statistics\n",
15+
"* Counting\n",
16+
"* Grouped summary statistics\n",
17+
"\n",
18+
"# Chapter 3: Slicing and Indexing Data\n",
19+
"* Subsetting using slicing\n",
20+
"* Indexes and subsetting using indexes\n",
21+
"\n",
22+
"## Chpater 4: Creating and Visualizing Data\n",
23+
"* Plotting\n",
24+
"* Handling missing data\n",
25+
"* Reading data into a DataFrame"
26+
]
27+
},
28+
{
29+
"cell_type": "markdown",
30+
"metadata": {},
31+
"source": [
32+
"pandas is built on NumPy and Matplotlib"
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": null,
38+
"metadata": {},
39+
"outputs": [],
40+
"source": []
41+
}
42+
],
43+
"metadata": {
44+
"kernelspec": {
45+
"display_name": "Python 3",
46+
"language": "python",
47+
"name": "python3"
48+
},
49+
"language_info": {
50+
"codemirror_mode": {
51+
"name": "ipython",
52+
"version": 3
53+
},
54+
"file_extension": ".py",
55+
"mimetype": "text/x-python",
56+
"name": "python",
57+
"nbconvert_exporter": "python",
58+
"pygments_lexer": "ipython3",
59+
"version": "3.7.3"
60+
},
61+
"toc": {
62+
"base_numbering": 1,
63+
"nav_menu": {},
64+
"number_sections": true,
65+
"sideBar": true,
66+
"skip_h1_title": false,
67+
"title_cell": "Table of Contents",
68+
"title_sidebar": "Contents",
69+
"toc_cell": false,
70+
"toc_position": {},
71+
"toc_section_display": true,
72+
"toc_window_display": false
73+
}
74+
},
75+
"nbformat": 4,
76+
"nbformat_minor": 2
77+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /