Skip to content

Instantly share code, notes, and snippets.

View mobbarley78110's full-sized avatar

Remy Sanlaville mobbarley78110

View GitHub Profile
@mobbarley78110
mobbarley78110 / letters.py
Created February 26, 2022 14:54
Scrape Fedex data and geolocation
import pandas as pd
import requests
from geopy.geocoders import Nominatim
from geopy.extra.rate_limiter import RateLimiter
# helper functions
def get_raw(a):
try:
return a.raw
except: