Tutorial on reading a OpenDocument Spreadsheet (ODS) into a pandas DataFrame.
The notebook can be found in the "Data Science with Python" folder within the below repo.
GitHub Repo - https://github.com/ad17171717/YouTube-Tutorials/tree/main/Data%20Science%20with%20Python/ODS%20to%20pandas
CONNECT:
LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/
GitHub: https://github.com/ad17171717
Twitter: https://twitter.com/DolinayG
Odysee: https://odysee.com/@adriandolinay:0
Medium: https://medium.com/@adriandolinay
|-Video Chapters-|
0:00 - Intro
0:28 - Moving the ODS sheet into the current working directory
0:45 - Reading in the ODS sheet into a pandas DataFrame
1:42 - References and additional learning