Learn Pandas
August 10, 2020
What is pandas?
Named after Panel Datas. Created to help work with financial data / datasets in Python.
Fast and efficient DataFrame object for data manipulation with integrated indexing.
Works with lots of different data sources, such as XLS, CSV, SQL databases, etc.