Become a member
Sign in
Naveen Kumar Allampally
Naveen Kumar Allampally

Naveen Kumar Allampally

24 Following
2 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Naveen Kumar Allampally

See more

From Numpy — Python made efficient by Karan Bhanot

A Numpy Array is very similar to a Python list with a special condition that all of its elements must be of the same type. We use the function array() to define an array in numpy. It accepts the first argument as the array…

From How to master Python’s main data analysis library in 20 Minutes by Fabian Bosler

IN:
data.groupby(['Country name'])['Life Ladder'].max()

From How to master Python’s main data analysis library in 20 Minutes by Fabian Bosler

n in t… want to combine two columns as strings. To do this, we have to interpret data['Year'] as a string. We do that by using .astype(str) on the column. For the sake of brevity, we will not dive into types and type conversion in this article but discus…

Claps from Naveen Kumar Allampally

See more

Dataset creation and cleaning: Web Scraping using Python — Part 1

Karan Bhanot

Let’s talk about NumPy — for Data Science Beginners

Ehi Aigiomawu

Color Identification in Images — Machine Learning Application

Karan Bhanot