CSV with pandas
Last updated
Was this helpful?
Last updated
Was this helpful?
We are going to explore library in this chapter. Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. By the way, pandas uses NumPy library to represent data strcutrues.
I was really impressed by this library. We can easily load multiple CSV files, join them together and then perform another operation. It almost feel you have your CSV loaded in database that you can operate using Python code.