As stated in the question, something weird is happening. My quandl code:
import quandl
df = quandl.get('WIKI/GOOGL')
print(df.head())
Responds after a few minutes on my home network, however if i connect my laptop to mobile WIFI hotspot, it responds in seconds.
I am truely perplexed as to the cause of this issue