Lesson 12 - Working with Pandas

  • Pandas introduction

    Pandas, and in particular its series and dataFrame objects, builds on the NumPy array structures.
    Pandas enables data scientists to efficiently analyze data by structuring data into what is called as data frames. 

    In this chapter, we will focus on the methods of using Series, DataFrame, and related structures effectively.