Pandas Excel

From NovaOrdis Knowledge Base
Revision as of 03:06, 31 October 2023 by Ovidiu (talk | contribs) (→‎Procedure)
Jump to navigation Jump to search

Internal

Overview

Procedure

Install openpyxl:

pip3 install openpyxl
df = pd.DataFrame(pd.read_excel('./some_file.xlsx', parse_dates=["Date"]))