63.1K subscribers
119 photos
1 video
1 link
Data science, Machine learning, and Artificial Intelligence. We post daily contents related to machine learning focusing on Numpy, Pandas, and ML effectively.
Download Telegram
Neural networks are at the center of attention for machine learning πŸ™.So it’s important to get introduced early on our journey πŸ‘..πŸ—£
____

πŸ‘¨β€πŸ’» #Machine_Learning
Part 8 of Intro to Machine Learning Series
____

πŸ‘¨β€πŸ’» #Machine_Learning
Part 9 of Intro to Machine Learning Series
____

πŸ‘¨β€πŸ’» #Machine_Learning
Part 10 of Intro to Machine Learning Series
____

πŸ‘¨β€πŸ’» #Machine_Learning
Welcome to part 5 of Fun with Pandas featuring our founders πŸ‘Œ
.
Fast and robust string operations are crucial to a large data framework. As shown, one can split columns based on unique patterns of their values .
Here, the separation of city from state/province and country is possible through finding the common pattern of β€œ, β€œ between city and state and between state and country
.
At the end, we are curious to know more about our South African born founder so we filter on South Africa πŸ‡ΏπŸ‡¦ .
No hard feelings Bill, Mark, and Jeff. We are curious about you too 😍

.

πŸ‘¨β€πŸ’»#Pandas
Today, we are gonna talk about:
.
assign()
.
assign() lets do create a new column from a different column with some modification πŸ’ͺ
.
Here we are subtracting our founders’ birth year from the current year to find their ages +/- 1 year πŸ‘
.
Later, we use the mean() function we covered in Part 3 of these series to find that together our favorite founders are 51.5 years young ‼️


.

πŸ‘¨β€πŸ’»#Pandas