Notifications
Clear all

what is pandas?

3 Posts
4 Users
0 Likes
232 Views
0
Topic starter

explain

3 Answers
0

Pandas is an open-source Python library used for analyzing, cleaning, exploring, and manipulating data.0 It was created by Wes McKinney in 2008 and is built on top of Numpy which provides support for multi-dimensional arrays.2 Pandas works well with many other data science modules inside the Python ecosystem and provides various data structures and operations for manipulating numerical data and time series

0

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real-world data analysis in Python

0

pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.

Share: