Recently Published
Using Tesseract to explore License Plate Text from a picture
Exploring how Tesseract package recognises text in a picture with License plates, Does it need proper cropped picture to get result or a full picture is enough for the package to give results?
S&P500 3yr Rolling returns (2013-2022)
Using pdfetch package in R to see how S&P500 fared over the last decade in 3 Yr rolling returns
NSE Nifty50 3Yr Rolling Return Analysis (2013-2022)
Using pdfetch package in R to see how Nifty fared over the last decade in 3 Yr rolling returns
Nifty_vs_Bank_Nifty_CAGR_Anlaysis | pdfetch in R
How did Nifty & Bank Nifty perform in last 3 yr, 5yr and 10 yr Horizons. For comparison, CAGR has been used.
%Monthly Returns from NSE Nifty50 | pdfetch package
How has Indian Nifty50 Index performed each month in 2022 terms of %Returns?
Understanding which months gave the best returns by using pdfetch package in R.
Visualising the returns using ggplot2 package towards the end.
Solving Birthday Problem in R | Simulation
Using simulations to solve a probability problem and evaluating the solution.
Solving Monty Hall Problem in R | Simulation
Using simulations to solve one of the most famous game show host problem and evaluating the solution.
dplyr package in R : case_when()
Using case_when() statement to add columns in a dataset with multiple conditions. It's similar to CASE WHEN in SQL. If you have a lot of conditions to pass in a column, use case_when() instead of multiple "if" statements.
Comparing %YTD Returns in Top 6 Economies
How have the Top 6 Economies in the World performed in terms of %Returns?
US, China, Japan, Germany, India & UK : Major Indices compared across these top 6 economies to understand which Index has given the best Yearly Return in 2022.
Using cat(), paste() & paste0() in R
How to use cat(), paste() and paste0() functions in R to concatenate strings and save them for further analysis
dplyr : group_by() & summarise()
Using group_by() and summarise() to create aggregate reports an understand how we can extract insights from these reports to our benefit.
Generating Random Password in R
Using user defined function to generate the random password that's helpful in day to day life.
Extracting Text from Png files in R | Tesseract Package | OCR
Using Tesseract package to extract text from pictures in R. One can also extract text from pdf in similar manner.
R_dplyr_glimpse
Using glimpse() in dplyr package.