Posts

Showing posts from December, 2020

Introduction to location intelligence In this research and study, we will analyze the food prices in Senegal for different cereals categories.

Image
Introduction to Location Intelligence Introduction to location intelligence ¶ In this research and study, we will analyze the food prices in Senegal for different cerales categories. In [1]: import pandas as pd import numpy as np import geopandas import geopandas as gpd from shapely.geometry import Point import matplotlib import matplotlib.pyplot as plt import folium import os import seaborn as sns In [2]: shp_path = "D:/Research/PROJECT/pyexeriences/Geospatial experiences/Book Geographic data with python/data/food_price_regions_senegal/food_price_region_senegal.gpkg" In [3]: data = geopandas . read_file ( shp_path ) d:\programm files\python 3 8 6\lib\site-packages\geopandas\geodataframe.py:422: RuntimeWarning: Sequential read of iterator was interrupted. Resetting iterator...