Profile Name

Star Rating

73
17
2
1
0

pandas python Reviews

Review Filters
Profile Name
Star Rating
73
17
2
1
0
PM
Paul M.
10/03/2018
Validated Reviewer
Review source: Organic

Essential Tool in a Python Data Scientist's Toolbox

Pandas a great tool for manipulating and analyzing data in Python. If you've used R in the past, you'll appreciate how easy it is to transition to using pandas.
VS
Vikram S.
Senior Manager at Easesolutions Pvt. Ltd.
10/01/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

Data Manipulation Made Easy For Everyone

Data comes in every form and needs to be handled and manipulated for further processing. Pandas is a pretty good library that can handle various file types and provides easy to use API for data manipulation. The best thing I liked about pandas is the DataFrame concept, after lodaing data from any file irrespective of the type it brings all data to DataFrame object on which all the APIs can be easily applied.
YA
Yukti A.
09/27/2018
Validated Reviewer
Review source: G2 invite
Incentivized Review

Good library for science & research

Pandas is a python library that is easily usable to do statistic analysis on large data sets. It lets you create tables with windows and time series that you can apply functions on to get the details that you need. The documentation is fairly well written.