This project analyzes bibliometric data using Python and pandas library. It performs various analyses on the data and generates insights.
This project aims to analyze bibliometric data to gain insights into author affiliations, author keywords, nationality and institutions, and collaboration networks.
To run this project, you need to have Jupyter Notebook installed. You also need Python and the following libraries:
- pandas
- numpy
- matplotlib==3.7.3 (limited to this version due to seaborn compatibility issues)
- seaborn
- networkx
You can install the libraries using the following command:
pip install pandas seaborn networkx numpy
pip install matplotlib==3.7.3