Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add further checks and error messages when the input dataset isn't in the right format #384

Open
3 tasks
aiorazabala opened this issue Nov 20, 2023 · 0 comments
Assignees

Comments

@aiorazabala
Copy link
Owner

For users who do not check how the data should be input, or for those who struggle or fail to see the dataset examples, add further checks and error messages when the input dataset isn't in the right format:

  • If there are any empty data rows (it currently reports error about non-forced distribution, because it obviously finds Q-sorts that don't conform to the predominant set of values; should specify that there are "NA" values and these need removing)
  • (at least for GUI) If the first row of data starts in line 3 or more, i.e. the CSV file had 2 or more leading lines with non-data characters (the error message given currently is generic; it'd be more useful if it said something about the need to delete the top rows)
  • (at least for GUI) If the first column or row contain statement or Q-sort ids, no error is given but the analysis cannot run. Consider adding a check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant