Skip to content

Latest commit

 

History

History
executable file
·
27 lines (15 loc) · 814 Bytes

README.md

File metadata and controls

executable file
·
27 lines (15 loc) · 814 Bytes

Analysis of French listed historical monuments

Analysis of French listed historical monuments (open data CSV file) with Python/pandas

The notebook shows how to load the monuments file as a pandas dataframe, and how to rapidly get:

  • the number of historical monuments for each of the 18 French regions
  • the top 20 cities where French historical monuments are located
  • the types of historical monuments listed
  • the top 10 most listed architects
  • the total number of churches/cathedrals/castles listed
  • the regions/departments with most churches/cathedrals/castles listed

Built With

  • pandas - Python Data Analysis Library

Authors

  • Thomas Dubot

License

This project is licensed under the MIT License - see the LICENSE.md file for details