Jul 6Singapore Traffic UpdatesTraffic Updates, Road Closures & Road Works in Singapore are published on LTA OneMotoring website. To understand the traffic conditions...
Apr 14, 2023SkillsFuture Singapore (SSG) APIPublic can create an account to get data related to courses published on the SkillsFuture Singapore website via their API. This notebook...
Sep 1, 2022Scraping table data off website - PythonThis notebook presents two ways of scraping table data off website, one using pandas and the other using BeautifulSoup:...
May 3, 2020PyData Salamanca - Webscraping using BeautifulSoup in Python - AnnouncementIt was a joy to support PyData Salamanca! Many thanks to my friend Víctor Vicente Palacios for hosting. We conducted the live stream...
Nov 2, 2019Web scraping using Beautifulsoup on embedded html - Process - PythonIn this webscraping attempt, I want to get data on countries, sites and categories of sites in one table. One challenge I faced is to get...
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...
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...
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...