https://github.com/jaronimas-codes/wvs_viz_app
https://github.com/jaronimas-codes/wvs_viz_app
datavisualization dataviz streamlit survey trends values world wvs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaronimas-codes/wvs_viz_app
- Owner: jaronimas-codes
- Created: 2024-11-13T14:09:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:47:19.000Z (5 months ago)
- Last Synced: 2025-01-22T07:16:25.389Z (3 months ago)
- Topics: datavisualization, dataviz, streamlit, survey, trends, values, world, wvs
- Language: Jupyter Notebook
- Homepage: https://call4action.streamlit.app/
- Size: 7.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Values Survey Data Visualization
This Streamlit application visualizes data from the World Values Survey, allowing users to explore trends and values across different countries and survey waves. The app displays average responses for selected survey questions over time, making it easier to investigate cultural and social value shifts.
## Features
- **Country and Wave Selection**: Choose from multiple countries and survey waves for analysis.
- **Question Selection**: View trends for selected questions, each visualized with line plots for easy comparison across countries.
- **Responsive Layout**: Enlarged graphs and a streamlined layout ensure clarity and accessibility.
- **Data Source and Citation**: The data source and authorship are acknowledged directly within the app.## Requirements
To install required packages, run the following command in your terminal:
pip install -r requirements.txt
## Installation and Running the App
1. Clone the repository:
git clone
cd2. Run the app:
streamlit run app.py
3. Open your browser and go to `http://localhost:8501` to view the app.
## Data Preparation
The application requires precomputed dataset files which are located in precalculated_data folder.
## Usage
- **Select Countries and Waves**: Choose the countries and survey waves you want to explore from the sidebar.
- **Choose Questions**: The app allows you to select multiple questions and generates separate visualizations for each.
- **Citation Information**: Located in the sidebar under filters for proper data acknowledgment.## Citation
To cite the World Values Survey data used in this application, please refer to:
**WVS time-series (1981-2022):**
Inglehart, R., Haerpfer, C., Moreno, A., Welzel, C., Kizilova, K., Diez-Medrano J., M. Lagos, P. Norris, E. Ponarin & B. Puranen (eds.). 2022. *World Values Survey: All Rounds – Country-Pooled Datafile Version 3.0*. Madrid, Spain & Vienna, Austria: JD Systems Institute & WVSA Secretariat. doi:10.14281/18241.17For more information, visit the [World Values Survey Documentation](https://www.worldvaluessurvey.org/WVSDocumentationWVL.jsp).
**Developer**: Jaronimas Snipas
- [GitHub](https://github.com/jaronimas-codes)
- [LinkedIn](https://www.linkedin.com/in/jaronimas-snipas/)