After that from that column, information like latitude, longitude, and tim_zone are deduced, which is shown below: def get_information(): """This function calls both api and add information to the pandas dataframe column""" new = getting_ip_address() new['info'] = new['ip']...