Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
!pip install pandas --upgrade
Collecting pandas Downloading https://files.pythonhosted.org/packages/25/47/22fc373440e144e2111363adaa07abb09ec1f03fbc071b6d9fc0bbf65f68/pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5MB) |████████████████████████████████| 9.5MB 5.0MB/s eta 0:00:01 |██▌ | 757kB 2.9MB/s eta 0:00:04 |█████▊ | 1.7MB 2.9MB/s eta 0:00:03 |████████▎ | 2.4MB 2.9MB/s eta 0:00:03 |█████████ | 2.7MB 2.9MB/s eta 0:00:03 |█████████▉ | 2.9MB 2.9MB/s eta 0:00:03 |███████████████ | 4.5MB 2.9MB/s eta 0:00:02 |███████████████████▉ | 5.9MB 2.9MB/s eta 0:00:02 |████████████████████▋ | 6.1MB 5.0MB/s eta 0:00:01 |█████████████████████████▍ | 7.6MB 5.0MB/s eta 0:00:01 |██████████████████████████▉ | 8.0MB 5.0MB/s eta 0:00:01 |████████████████████████████ | 8.3MB 5.0MB/s eta 0:00:01 |███████████████████████████████▎| 9.3MB 5.0MB/s eta 0:00:01 Collecting pytz>=2017.2 (from pandas) Downloading https://files.pythonhosted.org/packages/4f/a4/879454d49688e2fad93e59d7d4efda580b783c745fd2ec2a3adf87b0808d/pytz-2020.1-py2.py3-none-any.whl (510kB) |████████████████████████████████| 512kB 3.4MB/s eta 0:00:01 |████▌ | 71kB 3.2MB/s eta 0:00:01 Requirement already satisfied, skipping upgrade: python-dateutil>=2.7.3 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from pandas) (2.8.0) Collecting numpy>=1.15.4 (from pandas) Downloading https://files.pythonhosted.org/packages/9b/04/c3846024ddc7514cde17087f62f0502abf85c53e8f69f6312c70db6d144e/numpy-1.19.2-cp37-cp37m-manylinux2010_x86_64.whl (14.5MB) |████████████████████████████████| 14.5MB 6.8MB/s eta 0:00:01 |▋ | 266kB 5.8MB/s eta 0:00:03 |██▍ | 1.1MB 5.8MB/s eta 0:00:03 |██████████▏ | 4.6MB 5.8MB/s eta 0:00:02 |███████████████▍ | 7.0MB 5.8MB/s eta 0:00:02 |████████████████▍ | 7.4MB 5.8MB/s eta 0:00:02 |████████████████▉ | 7.6MB 5.8MB/s eta 0:00:02 |█████████████████▌ | 7.9MB 4.8MB/s eta 0:00:02 |██████████████████▍ | 8.3MB 4.8MB/s eta 0:00:02 |███████████████████ | 8.6MB 4.8MB/s eta 0:00:02 |████████████████████▊ | 9.4MB 4.8MB/s eta 0:00:02 |█████████████████████▎ | 9.6MB 4.8MB/s eta 0:00:02 |███████████████████████▍ | 10.6MB 4.8MB/s eta 0:00:01 |████████████████████████ | 10.8MB 4.8MB/s eta 0:00:01 |████████████████████████▉ | 11.2MB 4.8MB/s eta 0:00:01 |███████████████████████████████ | 14.0MB 4.8MB/s eta 0:00:01 |███████████████████████████████▋| 14.3MB 4.8MB/s eta 0:00:01 Requirement already satisfied, skipping upgrade: six>=1.5 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from python-dateutil>=2.7.3->pandas) (1.12.0) Installing collected packages: pytz, numpy, pandas Successfully installed numpy-1.19.2 pandas-1.1.3 pytz-2020.1
import pandas as pd
pd.set_option('max_rows',5)