Friday, May 21, 2021

Pandas-Introduction

Pandas is a fast,flexible,powerful open source data analysis and manipulation tool,built on top of python programming language.
 
Working with data for functions like
  1. analyzing
  2. cleaning
  3. manipulating and
  4. exploring data 

Pandas-Highlights

  • Fast and efficient DataFrame object for data manipulation with integrated indexing.
 
Below is an example of DataFrame



 

  • Tools for reading and writing data between in-memory data structures and different formats,CSV and text files,Microsoft exel,SQL databses.
  • Intelligent data alignment and integrated handling of missing data.

No comments:

Post a Comment

Anaconda Installation

In this post we will discuss about Anaconda and its installation. Anaconda comes with number of applications(jupyter notebook included), dat...