procodomatic.hashnode.devImage to Spreadsheet — Data extraction, Data cleaning, and Data validationGreetings to all! As part of my current project, I am planning to extract data from images and put it into a spreadsheet. I will walk you through all the steps I will take. Files related to the project can be accessed from the GitHub link. Problem st...Jul 17, 2022·7 min read
procodomatic.hashnode.devWeb-to-Spreadsheet Web-Scraping Of Table DataHello everyone, When I’m given the job of scraping data from the web, the first thing that comes to mind is CTRL C CTRL V or I need to do some programming. For some analysis, I spent hours extracting NIRF rankings, but today I’m glad to share with yo...Jul 4, 2022·1 min read
procodomatic.hashnode.devFairness in Data AnalysisHello everyone, A crucial aspect of being a data analyst is to ensure that the analysis you perform is fair and not biased. Your insights may be right for a particular problem, but they may be biased. As an example, you collected and analyzed evening...Jun 23, 2022·2 min read
procodomatic.hashnode.devIntroduction to Machine Learning and some basic terminologyWhat is Machine Learning? As the name is itself self-explanatory machine learning is learning by the machine itself. The concept is, to program a machine in such a way that it can learn from itself. The computer is not explicitly programmed, it is pr...Mar 4, 2022·2 min read
procodomatic.hashnode.devDifference between stable and unstable sorting ?When we have to sort an array or list on multiple criteria the concept of Stable Sorting is important. The Concept of whether the sorting is stable or unstable comes into the picture when we have to handle two same entries. We will try to understand ...Mar 1, 2022·2 min read