Jun 23, 2019Emoji dataI got to chance upon the emoji python package that allows printing emojis in Python and decided to collect some data relating to emojis...
Apr 24, 2019YouTube data analysis - PythonThere are various data items, such as channel name, title of video, and number of views, likes, dislikes, and comments, that can be...
Apr 15, 2019Reading csv data from Github - PythonToday I decided to poke around a little to see if it would be possible to read csv files directly from Github, and the answer is yes. As...
Oct 9, 2018Web scraping using selenium - Process - PythonIn addition to BeautifulSoup, selenium is a very useful package for webscraping when it involves repeated user interaction with the...
Jun 26, 2018Data cleaning - Process - PythonThis post is a replicate of the previous post on R but using Python this time round. However, note that there is a difference in data...
Jun 17, 2018Creating hypothetical datasets - Process - PythonThis post is a replicate of the previous post on R but using Python this time round. Sometimes you want to get started on analyzing data...
May 11, 2018Government agencies in SG - Process - PythonThis is Part I of a two-part post. Part I talks about scraping data from SGDI while Part II outlines the process of presenting the data...
Jan 17, 2018Web scraping using Beautifulsoup - Process - PythonThis is Part I of a four-part post. Part I talks about scraping data from a website (bookdepository.com, in this case) while Part II...
Dec 17, 2017Scraping Twitter data - Process - PythonThis is Part I of a four-part post. Part I talks about collecting text data from Twitter while Part II discusses analysis on text data...
Nov 22, 2017Getting startedOver the years, the number of tools (or software) I have to install/ use increased steadily given the different types of tasks I have to...