Profile Name

Star Rating

73
17
2
1
0

pandas python Reviews

Review Filters
Profile Name
Star Rating
73
17
2
1
0
Chris E.
CE
Chris E.
Querying for truth, mining for insights (and searching for good coffee in between)
11/04/2021
Validated Reviewer
Review source: G2 invite
Incentivized Review

Excellent and essential framework for data analyst and scientist

At the heart of the Pandas library is the data frame, which makes using the Pandas framework interoperable from a skills-building standpoint. Not only will learning the methods in Pandas be valuable within Python, but you can quickly transfer your knowledge of the framework to R or even Spark (for big data applications). Further, the framework itself implemented in Python is beneficial for data analysis, providing numerous helper functions on the data frame object, that include aggregation methods, standard statistical calculation methods, and handy join/merge, and subsetting functionality that all data analysts will likely use. On top of that, it is built on top of Numpy for easy transference between those types for more heavy-duty/actual work or even pushing it up to a higher level of abstraction for more data-viz/communications/analysis work.
Vipindas V.
VV
Vipindas V.
Database Specialist | Database Analyst | Google Data Analytics Specialisation | Microsoft Data Fundamentals | Architecting with Google Kubernetes Engine
10/21/2021
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Pandas

For doing mathematical operations Analysis purpose
Vaibhav C.
VC
Vaibhav C.
FRM Candidate | Data Scientist | IIT Bombay
10/20/2021
Validated Reviewer
Review source: G2 invite
Incentivized Review

One stop shop for data analysis

Ready optimized implementations for basic statistical calculations like central tendancy measures and quantiles.