Jyoti KumarLearn Python the easy way : From Excel to PythonWe generally start our analytics journey using tools like Excel and Google Sheets. Excel and Google Sheets make it easy to get some quick…Aug 25Aug 25
Jyoti KumarMaster Google Sheets — A video SeriesMost of the people in any organization/ business have been using excel for quite a long time. Even though we have tools like Python, R etc…Mar 3Mar 3
Jyoti KumarRepeats: A Business Case Study using PythonFor any business, there are mainly two types of customers — new and repeats. We can get new customers through organic search, websites and…Jul 22, 2023Jul 22, 2023
Jyoti KumarPython: Add a column quicklyAdding a column is an integral part of any Analytics/ Data Science project. A new column can be added in any of the following cases: …Aug 20, 20222Aug 20, 20222
Jyoti KumarQuick EDA using Pandas PlotsIn this blog, I will discuss creating plots using pandas. I will discuss the commonly used plots in Exploratory Data Analysis : scatter…Aug 14, 2022Aug 14, 2022
Jyoti KumarPython Seaborn for plotsIn this blog, I will discuss frequently used plots in exploratory data analysis such as scatterplot, bar plot, box plot and histogram using…Aug 7, 2022Aug 7, 2022
Jyoti KumarPython-Pandas cheat sheet: 30 functions-methodsIn this blog, I have mentioned 30 useful python-pandas functions/methods used frequently in data analysis. The following activities can be…Aug 5, 20222Aug 5, 20222
Jyoti KumarDate and time in pythonIn this blog, I will discuss how to convert date time column from string to pandas._libs.tslibs.timestamps.Timestamp format using…Jun 18, 20221Jun 18, 20221
Jyoti KumarDate and time in RIn this blog, I will discuss one of the most common challenges faced while analyzing data from a file. Most of the times the dates in the…Apr 3, 2022Apr 3, 2022
Jyoti KumarGroup by and Summarize: R and pythonOne of the most frequently used step to analyze data is by grouping data using one or more variable and then summarizing using functions…Feb 24, 2022Feb 24, 2022