Loading Flat Files into Pandas DataFrames
Posted on October 2, 2022
Ingesting data is an important step in any data related project. Before you can analyze data, it needs to be accessed. I will explore data ingestion with a popular Python library named Pandas. The Pandas library is built upon Numpy which is a Python library used to work with arrays whereas Pandas is used to […]
Category: Data Engineering, Python
0 comments