Skip to content

Commit

Permalink
Merge pull request #23 from zenodallavalle/dev
Browse files Browse the repository at this point in the history
updated version and docs
  • Loading branch information
zenodallavalle authored Apr 28, 2023
2 parents 83b40d2 + b06dacb commit dffaaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Province data
******************

- ``province: str`` - province name, capitalized, available only if data is retrieved using :py:meth:`italy_goepop.pandas_extension.ItalyGeopop.from_province`.
- ``province_short`` -province abbreviation, uppercase, available only if data is retrieved using :py:meth:`italy_goepop.pandas_extension.ItalyGeopop.from_province`.
- ``province_code: int`` - province istat code, available only if data is retrieved using :py:meth:`italy_goepop.pandas_extension.ItalyGeopop.from_province`.
- ``provinces: list`` - a list of dictionaries with the following structure ``{'province_code': <province code:int>, 'province': <province name:str, 'municipalities':list[{'municipality_code': <municipality code:int>, 'municipality': <municipality name:str}]}``, available only if data is retrieved using :py:meth:`italy_goepop.pandas_extension.ItalyGeopop.from_region`.

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.5.2"
__version__ = "0.5.4"

0 comments on commit dffaaa8

Please sign in to comment.