Articles by AbdulMajedRaja RS

Android Smartphone Analysis in R [Code + Video]

April 12, 2020 | AbdulMajedRaja RS

In this post, We’ll learn how to take analyse your Android Smartphone usage data. Steps: Download your MyActivity Data from Google Takeout - https://takeout.google.com/ (after Selecting json format - instead of the default html format) When the download is available, save the zip file and unzip ...
[Read more...]

Scrape HTML Table using rvest

April 8, 2020 | AbdulMajedRaja RS

In this tutorial, we’ll see how to scrape an HTML table from Wikipedia and process the data for finding insights in it (or naively, to build a data visualization plot). Youtube - https://youtu.be/KCUj7JQKOJA Why? Most of the times, As a Data Scientist or Data Analyst, ... [Read more...]

How to create Bar Race Animation Charts in R

January 7, 2020 | AbdulMajedRaja RS

Bar Race Animation Charts have started going Viral on Social Media leaving a lot of Data Enthusiasts wondering how are these Bar Race Animation Charts made. The objective of this post is to explain how to build such Bar Race Animation Charts using R — R with the power of versatile ...
[Read more...]

Handling Missing Values in R using tidyr

September 22, 2019 | AbdulMajedRaja RS

In this post, We’ll see 3 functions from tidyr that’s useful for handling Missing Values (NAs) in the dataset. Please note: This post isn’t going to be about Missing Value Imputation. tidyr According to the documentation of tidyr, The goal of tidyr is to help you create tidy ... [Read more...]

How to do Tamil Text Analysis & NLP in R

September 3, 2019 | AbdulMajedRaja RS

udpipe is a beautiful R package for Text Analytics and NLP and helps in Topic Extraction. While most Text Analytics resources online are only about English, This post picks up a different lanugage - Tamil and fortuntely, udpipe has got a Tamil Language Model. Loading
library(udpipe)
Tamil Text Below is ...
[Read more...]

How to scrape Zomato Restaurants Data in R

August 26, 2019 | AbdulMajedRaja RS

Zomato is a popular restaurants listing website in India (Similar to Yelp) and People are always interested in seeing how to download or scrape Zomato Restaurants data for Data Science and Visualizations. In this post, We’ll learn how to scrape / download Zomato Restaurants (Buffets) data using R. Also, hope ...
[Read more...]

How to Automate EDA with DataExplorer in R

August 13, 2019 | AbdulMajedRaja RS

EDA (Exploratory Data Analysis) is one of the key steps in any Data Science Project. The better the EDA is the better the Feature Engineering could be done. From Modelling to Communication, EDA has got much more hidden benefits that aren’t often emphasised while beginners start while teaching Data ...
[Read more...]
1 2 3

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)