Published in Analytics Vidhya·Feb 6, 2021Effective Data Visualization using Salesforce DashboardsData Visualization is the most important stuff when it comes to any business. You can create models, do analysis & then create difficult charts but at the end we need to explain stuffs to persons who have no idea on what happens inside. They need to get insights on what…Salesforce6 min read
Jan 26, 2021Ownership — A complete life lessonLong time ago, there lived a monk with his disciples. He was a Buddhist monk and Buddhist monks strictly adhere to rules and regulations of their religion. While they were travelling towards a village, rain started to do it’s work and created a huge roadblock which ensured that the monks…Ownership3 min read
Published in Analytics Vidhya·Dec 15, 2020My Business Analyst Internship Story — ft Drink Prime Labs BangaloreLeadership and learning are indispensable to each other To begin with, I have completed my PGP datascience course with Great Lakes Institute of Management & I was searching for jobs when I found Drinkprime’s Data Analyst Intern opportunity. …Internships3 min read
Published in Analytics Vidhya·Oct 12, 2020Linear Regression on Boston Housing PricesWhat is Linear Regression? In statistics, linear regression is a linear approach to modeling the relationship between a scalar response and one or more explanatory variables. The case of one explanatory variable is called simple linear regression. For more than one explanatory variable, the process is called multiple linear regression. …Linear Regression6 min read
Published in Analytics Vidhya·Oct 6, 2020My path to become a Data Scientist — A Non Tech Guy’s wayIntroduction about me : I worked as a Data Associate for Amazon India where my journey into the world of data started and that’s how I got to know about the terms like Data Analysts, scientists and ML etc. I was hired for a non tech role as I was a civil engineering graduate…Data Science8 min read
Sep 5, 2020Cleaning the data-typeWhen using df.info(), the data is unclean in many stages, to clean it — we must make sure we convert the datatype. In this, I will use the most commonly used methods for cleaning the datatype. In this article, I’m taking the fifa dataset and this is available in my…Data Science4 min read
Published in Analytics Vidhya·Sep 4, 2020EDA — Exploratory Data AnalysisThe term exploratory means exploring and exploratory data analysis means exploring the data and analyzing the data and arriving conclusions based on the data. This is a very simple explanation based on my understanding and if we go by theoretical explanations EDA means : In statistics, exploratory data analysis is…Data Science8 min read
Published in Analytics Vidhya·Aug 21, 2020GuesstimatesHello all. Welcome to this particular article about how to solve a guesstimate and how to excel in a guesstimate. I will guide you in a very easy way so that it will be very helpful for you to solve any kind of problems with easier approach. First of all…Guesstimate4 min read
Aug 12, 2020MySQL — Completely one-linedA complete list of one liner explanations for Mysql commands Hi there, the non-tech guy once again. In this, I’m adding the one liner explanations for the MySQL commands. I wanted to write this because many people doesn’t want long explanations for SQL as it is a easy English based…Data Science3 min read
Published in Analytics Vidhya·Aug 2, 2020MySQL Window FunctionsA quick recap to the window functions in MySQL MySQL is a awesome language to learn and it gets as complicated if it is not understood properly. Basically MySQL is all about queries. In the topic of sub-queries, we saw about co-related sub-queries and all those. Now, MySQL has…Data Science8 min read