In [1]:
import tabula
In [8]:
# Read remote pdf into DataFrame
df = tabula.read_pdf("https://www.muis.gov.sg/-/media/Files/Corporate-Site/Prayer-Timetable-2019.pdf",pages='all')
In [12]:
df.head()
Out[12]:
In [ ]: