Aug 22data.gov.sg APIdata.gov.sg has openAPI and for each dataset, it provides a sample Python code to query for the dataset. The output is a JSON and here's...
Jul 6Extracting data from tables in PDF [Updated] - PythonThe previous post on Extracting data from tables in PDF was many years old and requires an update as it didn't cover a Python package...
Jul 6Singapore Traffic UpdatesTraffic Updates, Road Closures & Road Works in Singapore are published on LTA OneMotoring website. To understand the traffic conditions...
May 24OneMap APIIf you're looking for the latitude and longitude of places in Singapore, you can make use of OneMap API. It is free for public use. Below...
Dec 4, 2023Simple Retrieval Augmented Generation Use CaseThis blogpost shows how Retrieval Augmented Generation can be done easily using Dataiku (without any code!). We want to ask some...
Apr 19, 2023Monetary Authority of Singapore (MAS) APIThis post shows an example of how to query data using the MAS API. The results returned are in bytes format and has to be transformed to...
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:...
Jan 23, 2022Data integrityData integrity is vital to enable robust analysis. In the process of open-sourcing Singapore's Covid-19 data, I ran into several data...
Dec 19, 2021OneMap SG Latitude/ Longitude conversionIt's very often to come across datasets from data.gov.sg or open data from Singapore government's portals with X- and Y-coordinates...