Skip to content

An implementation for calculating the sleep quality score based on Pittsburgh's PSQI sleep quality index

Notifications You must be signed in to change notification settings

thiagocamargodacosta/psqi-pt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pittsburgh sleep quality index (PSQI)

This project provides an implementation for calculating the scoring based on the Pittsburgh Sleep Quality Index (PSQI)

Requirements

To run this software you will need to have go installed which is available at go.dev/dl

Running

Clone this repository and open a terminal window inside the cloned folder

Place the .csv file in the root of the cloned folder - same path as the main.go file - with the following name PSQI-BR (respostas) - Respostas ao formulário 1.csv

Run the following command in the terminal:

go run main.go

A csv file named psqi-pt-scoring-results.csv will be created and will contain the scoring results for each entry present in the input csv file.

About

An implementation for calculating the sleep quality score based on Pittsburgh's PSQI sleep quality index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages