Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/15-PDFs-and-Spreadsheets/02-PDFs-Spreadsheets-Puzzle.ipynb
Views: 648
Kernel: Python 3
PDFs and Spreadsheets Puzzle Exercise
Let's test your skills, the files needed for this puzzle exercise
You will need to work with two files for this exercise and solve the following tasks:
Task One: Use Python to extract the Google Drive link from the .csv file. (Hint: Its along the diagonal from top left to bottom right).
Task Two: Download the PDF from the Google Drive link (we already downloaded it for you just in case you can't download from Google Drive) and find the phone number that is in the document. Note: There are different ways of formatting a phone number!
Task One: Grab the Google Drive Link from .csv File
In [ ]:
In [14]:
Out[14]:
'https://drive.google.com/open?id=1G6SEgg018UB4_4xsAJJ5TdzrhmXipr4Q'
Task Two: Download the PDF from the Google Drive link and find the phone number that is in the document.
In [1]: