Pandas Excel

From NovaOrdis Knowledge Base
Revision as of 02:59, 31 October 2023 by Ovidiu (talk | contribs) (Created page with "=Internal= * Pandas Concepts =Overview= =Procedure= Install openpyxl: <syntaxhighlight lang='bash'> pip3 install openpyxl </syntaxhighlight> <sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Procedure

Install openpyxl:

pip3 install openpyxl
df = pd.DataFrame(pd.read_excel("./some.xlsx"))