Following on from my earlier post with useful tools for geeks here are some more free online resources I find handy. Click on the titles…
Category: Problem Solving
There are a variety of ways to filter strings in PySpark, each with their own advantages and disadvantages. This post will consider three of the…
A quick list of tech meetups I have found useful in Edinburgh. Given the fact that Meetup has announced that it may start charging high…
Jupyter notebooks are great, however the interface for file handling has its issues. One issue is that files have to be downloaded individually, there is…
Pyspark is very powerful. However because it is based on Scala we need to be careful about types as they are not Pythonic. And because…
If you work in data science you have probably come across the pipeline model for handling data transformations. It is used by many machine learning…
Occasionally you may want to invoke a stored procedure from your python code in order to manipulate data as part of a larger task. Naively…
In the last blog post I discussed using SQL Alchemy to import SQL database data into pandas for data analysis. But what if you wish…
Sometimes may want to use Python to extract data from a SQL database to analyse using pandas. There are a couple of issues here. Firstly…
I have been acquiring a list of useful websites for geeks and thought I would post it here in case it is of use to…