kode python untuk memindai tabel kertas untuk unggul

import tabula
df = tabula.read_pdf('data.pdf', pages = 3, lattice = True)[1]
Andrew Weisbeck