Hi everyone,
In case you have issues getting the data because of your geographical location or Firewalls, I've uploaded a pickle file to this lecture as a resource. Its called "all_banks", once you've downloaded it, just use the following command to read it:
df = pd.read_pickle('all_banks')
Thanks!
Jose