Code
import geopandas as gpd
from pyproj import CRS
import pandas as pd
import numpy as np
from geograpy import places
import re
import geopy
from geopy.geocoders import ArcGIS
import shapely
from shapely.geometry import Point
from shapely.wkt import loads
import plotly.express as px
import contextily as cx
import xyzservices.providers as xyz
import matplotlib.pyplot as plt #to make sure there are no errors when plotting a graph
import pyproj
import spacy
from spacy import displacy
import googlemaps
import locationtagger
= spacy.load("en_core_web_sm") nlp