Keen Learner and Exp... â˘Â 4m
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.



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 MoreFull Stack Web Devel... â˘Â 6m
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 MoreKeen Learner and Exp... â˘Â 4m
Day 14 of learning data science as a beginner. Topic: Melt, Pivot, Aggregation and Grouping Melt method in pandas is used to convert a wide format data into a long form data in simple words it represent different variables and combines them into ke
See More

Hey I am on Medial â˘Â 7m
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

Keen Learner and Exp... â˘Â 4m
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



Building Reviv | Ent... â˘Â 1y
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
Download the medial app to read full posts, comements and news.