Decided
We use Pandas to organize the UBA dataset into easy-to-use data structures. Features are grouped into columns with Pandas, and then various arithmetic operations could be done between columns. The data structure is easy to read, any rows or columns could be extract t to see the value. This is especially handy when we do initial exploratory data analysis to find potential correlations.
0 views0