diff --git a/Github Insights.ipynb b/Github Insights.ipynb index 57a7636..2717222 100644 --- a/Github Insights.ipynb +++ b/Github Insights.ipynb @@ -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, @@ -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,