postal¶
- async zipcode_coordinates_tz.postal.get_locales(date: datetime.date | None = None) pd.DataFrame ¶
Queries US Postoffice for a DataFrame containing zip code to address, city and state.
- Parameters:
date (datetime.date | None) – The date (defaults to today)
- Returns:
- A DataFrame with the shape of
# Column Non-Null Count Dtype — —— ————– —– 0 Street 0 non-null object 1 City 0 non-null object 2 State 0 non-null object 3 ZipCode 0 non-null object