using this module to predict country names from address:
import re import numpy as np import pandas as pd from sklearn.naive_bayes import MultinomialNB from s