Skip to content

Commit

Permalink
Update text description
Browse files Browse the repository at this point in the history
  • Loading branch information
kb22 committed Jun 24, 2019
1 parent a2a5f3b commit 47c3e73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Github Insights.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@
"commits = pd.read_csv('commits_info.csv')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Basic Analysis\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand All @@ -59,15 +68,6 @@
"print(\"Total commits till date: {}\".format(commits.shape[0]))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Basic Analysis\n",
"\n",
"Let's begin by exploring the repos dataset on the basis of forks, stars and watchers."
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down

0 comments on commit 47c3e73

Please sign in to comment.