This project was created for statistics classes. To complete it, I used data from the 2019 European Social Survey 9. The topic I focused on was the impact of the internet on various aspects of life and the relationships that result from the length of its use.
PL:
Do poprawnego działania pliku potrzebne będzie zainstalowanie kilku rzeczy:
- Wrzucenie wszystkiego do jednego folderu pliku z notatnikiem python oraz rozpakowanego pliku z plikiem sav.
- Posiadanie aktualnej wersji Pythona na swoim komputerze
- Odpalenie wszystkiego najlepiej w jupyter notebook lub jupyter laboratory: https://jupyter.org/install
- Zainstalowanie na swoim komputerze podstawowych bibliotek wykorzystywanych w projekcie:
- pandas
- pyreadstat
- numpy
- scipy
- statsmodels
- matplotlib
- seaborn
W przyszłości lista ta zostanie uproszczona a sam notatnik zostanie przetłumaczony w pełni na język angielski
EN:
You will need to install a few things for the file to work properly:
- putting everything into one folder of the python notepad file and the unzipped sav file.
- having an up-to-date version of Python on your computer
- fire everything up preferably in jupyter notebook or jupyter laboratory: https://jupyter.org/install 4.Installing the basic libraries used in the project on your computer:
- pandas
- pyreadstat
- numpy
- scipy
- statsmodels
- matplotlib
- seaborn
In the future, this list will be simplified and the notebook itself will be translated fully into English