Back

Sanskar

Keen Learner and Exp... • 2d

Day 12 of learning data science as a beginner. Topic: data selection and filtering As pandas is created for the purpose of data analysis it offers some significant functions for selecting and filtering some of which are. .loc: this finds the row by label name which can be whatever (example: abc, roman numbers, normal numbers(natural + whole) etc.). .iloc: this finds the row by index i.e. it doesn't care about the label name it will search only by index positions i.e. 0, 1, 2... These .loc and .iloc functions can be used for various purposes like selecting a particular cell or for slicing also there are several other useful functions like .at and .iat which are used specifically for locating and selecting an element. we can also use various conditions for analyzing our data for example. df[df["IMDb"]>7]["Film"] which means give the name of films whose IMDb ratings is greater than 7. we can also use similar or more advanced conditioning based on our need and data to be analyzed.

Reply
3

More like this

Recommendations from Medial

Image Description

Comet

#freelancer • 1y

Here are some essential SQL topics for data analysts: 1. Basic Queries: SELECT, FROM, WHERE clauses. 2. Sorting and Filtering: ORDER BY, GROUP BY, HAVING. 3. Joins: INNER JOIN, LEFT JOIN, RIGHT JOIN. 4. Aggregation Functions: COUNT, SUM, AVG, MIN, M

See More
1 Reply
1
4

Harneesh Trivedi

Stock market • 1y

Stock market today: Following strong global markets, the Indian stock market ended higher for the twelfth straight session on Friday last week. The Nifty 50 index registered its best winning streak since its launch in 1996 by rising on the 12th day i

See More
Reply
2

Vansh Khandelwal

Full Stack Web Devel... • 1m

Edge computing moves compute and storage closer to users—CDN PoPs, gateways or devices—reducing latency, bandwidth and improving resiliency. Gartner predicts ~75% of enterprise data will be created/processed outside traditional datacenters by 2025. T

See More
Reply
2

Shubham

Fearless • 1m

Day 05/21 – JavaScript Functions & Methods Today I explored one of the most powerful concepts in JavaScript: Functions & Methods. 🚀 🔹 Functions are blocks of code designed to perform a specific task. They help in reusability and make code cleaner

See More
Reply
1
Image Description
Image Description

Account Deleted

Hey I am on Medial • 2m

Hey! 🎬 Built Moodia (Media for your mood) (moodia.netlify.app) last weekend—Free movie, series, anime recommendations in 3 steps! Cinephile mode finds Reddit’s hidden gems, 95-100% on-point with Rotten Tomatoes/IMDb data. Quick synopsis to pick fast

See More
11 Replies
9
19

Sanskar

Keen Learner and Exp... • 11h

Day 13 of learning data science as a beginner. Topic: data cleaning and preprocessing In most of the real world applications we rarely get almost perfect data most of the time we get a raw data dump which needs to be cleaned and preprocessed before

See More
Reply

Comet

#freelancer • 1y

Essential Concepts for Interview Preparation Top 10 SQL Concepts for Job Interviews 1. Aggregate Functions (SUM/AVG) 2. Group By and Order By 3. JOINs (Inner/Left/Right) 4. Union and Union All 5. Date and Time Processing 6. String Proces

See More
Reply
1
Image Description
Image Description

Chintan Udani

I'm a pro medialist • 1y

Today I was sitting in my office and thinking what if we can connect the financial data of small start-ups and companies, all automated for cleaning and prediction, connected in and out providing amazing sales insight and other data related solutions

See More
4 Replies
2
6
Image Description
Image Description

Sidharth s

Restarting -loop-beg... • 10m

Ever thought how hashmaps work internally in java ,, lets understand So in java , array of LinkedLists is used to implement hashmap. for example when we write HashMaphmap=new HashMap<>(); hmap.put("sss",1); when we intialize a

See More
3 Replies
2
8
Image Description

Vikas Acharya

Building WelBe| Entr... • 9m

Case Study: IMDb – From Fan Project to Global Entertainment Giant IMDb (Internet Movie Database) is the world’s largest online database for movies, TV shows, actors, and entertainment content. It began as a fan project in 1990 and has grown into a g

See More
1 Reply
1
5

Download the medial app to read full posts, comements and news.