{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.\n", "Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.\n", "To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.\n", "Defaulting to user installation because normal site-packages is not writeable\n", "Requirement already satisfied: pandas in /home/deploy/.local/lib/python3.6/site-packages (1.0.0)\n", "Requirement already satisfied: matplotlib in /home/deploy/.local/lib/python3.6/site-packages (3.1.3)\n", "Requirement already satisfied: python-dateutil>=2.6.1 in /home/deploy/.local/lib/python3.6/site-packages (from pandas) (2.8.1)\n", "Requirement already satisfied: pytz>=2017.2 in /home/deploy/.local/lib/python3.6/site-packages (from pandas) (2019.3)\n", "Requirement already satisfied: numpy>=1.13.3 in /home/deploy/.local/lib/python3.6/site-packages (from pandas) (1.18.1)\n", "Requirement already satisfied: kiwisolver>=1.0.1 in /home/deploy/.local/lib/python3.6/site-packages (from matplotlib) (1.1.0)\n", "Requirement already satisfied: cycler>=0.10 in /home/deploy/.local/lib/python3.6/site-packages (from matplotlib) (0.10.0)\n", "Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/deploy/.local/lib/python3.6/site-packages (from matplotlib) (2.4.6)\n", "Requirement already satisfied: six>=1.5 in /home/deploy/.local/lib/python3.6/site-packages (from python-dateutil>=2.6.1->pandas) (1.14.0)\n", "Requirement already satisfied: setuptools in /home/deploy/.local/lib/python3.6/site-packages (from kiwisolver>=1.0.1->matplotlib) (45.1.0)\n" ] } ], "source": [ "!pip install pandas matplotlib" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "import requests\n", "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | forks | \n", "stars | \n", "watchs | \n", "openIssues | \n", "
---|---|---|---|---|
Gin | \n", "4074 | \n", "35455 | \n", "1212 | \n", "242 | \n", "
Beego | \n", "4688 | \n", "23243 | \n", "1268 | \n", "813 | \n", "
Iris | \n", "1942 | \n", "17507 | \n", "683 | \n", "5 | \n", "
Revel | \n", "1357 | \n", "11575 | \n", "558 | \n", "87 | \n", "
Echo | \n", "1508 | \n", "16500 | \n", "551 | \n", "46 | \n", "
Buffalo | \n", "430 | \n", "5372 | \n", "171 | \n", "70 | \n", "