Skip to content

Commit 47c3e73

Browse files
committed
Update text description
1 parent a2a5f3b commit 47c3e73

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Github Insights.ipynb

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
"commits = pd.read_csv('commits_info.csv')"
4141
]
4242
},
43+
{
44+
"cell_type": "markdown",
45+
"metadata": {},
46+
"source": [
47+
"## Basic Analysis\n",
48+
"\n",
49+
"Let's begin by exploring the repos and commit datasets. Then, I'll check the repos on the basis of forks, stars and watchers. Finally, I'll check the commit messages."
50+
]
51+
},
4352
{
4453
"cell_type": "code",
4554
"execution_count": 3,
@@ -59,15 +68,6 @@
5968
"print(\"Total commits till date: {}\".format(commits.shape[0]))"
6069
]
6170
},
62-
{
63-
"cell_type": "markdown",
64-
"metadata": {},
65-
"source": [
66-
"## Basic Analysis\n",
67-
"\n",
68-
"Let's begin by exploring the repos dataset on the basis of forks, stars and watchers."
69-
]
70-
},
7171
{
7272
"cell_type": "code",
7373
"execution_count": 4,

0 commit comments

Comments
 (0)