Skip to content

Commit

Permalink
Merge pull request #25 from zenodallavalle/dev
Browse files Browse the repository at this point in the history
updated README
  • Loading branch information
zenodallavalle authored Jul 20, 2023
2 parents d574917 + d6b9ec5 commit 323dcbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

- Easy access to italian geospatial and population data
- Easy geospatial plot made possible by the usage of [geopandas](https://geopandas.org/en/stable/)
- Multiple years of population and geospatial data available (2022, 2023)
- Population data available by age and sex with customable age ranges
- Easy linkage of italy-geopop data with your data made possible by using [pandas](https://pandas.pydata.org/) and the registration of italy-geopop as [pandas accessor](https://pandas.pydata.org/docs/development/extending.html)

Expand Down
2 changes: 1 addition & 1 deletion italy_geopop/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"
1 change: 0 additions & 1 deletion italy_geopop/geopop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import geopandas as gpd
from matplotlib.style import available
import numpy as np
import pandas as pd
import os
Expand Down

0 comments on commit 323dcbf

Please sign in to comment.