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
- analyzing
- cleaning
- manipulating and
- 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