Data Structures for Statistical Computing in Python - SciPy

pandas provides a similarly-named DataFrame class which implements much of the functionality of its R counterpart, though with some important enhancements (namely, built-in data align-ment) which we will discuss. Here we load the same CSV file as above into a DataFrameobject using the fromcsvfunction and similarly add the above column: ................
................