Using the pandas module to read and process data

Pandas is a set of tools for easy manipulation and analysis of tabular data. Among these tools is an object for representing and manipulating tabular data called a dataframe. With a dataframe, it is possible to express row-wise and column-wise operations to be performed on the data. Pandas can simplify the process of working with data considerably, requiring fewer lines of code and making the process more intuitive.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset