+ 1
What is pandas?
2 Antworten
+ 6
Pandas is my favourite Python library (I even have its sticker on my phone, yep, nerd... 🤓)
It saves a lot of time when preparing the data for further analysis and modeling. It knows its way around reading and importing all sorts of data formats into its versatile DataFrame class. From there you can easily operate on rows, columns and slice and dice your data as you need.
+ 5
from: https://pandas.pydata.org/
Python Data Analysis Library¶
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