6/29/17 Notes (Getting more names to appear when files merge)

Working on finding out why there are names missing when Torri merges the survey data with the attendance data

  • The S14 data file Torri used has 2013-2014 as the year participated which is correct. However, there are 66 students on this file which would mean that all but one student took the surveys which doesn’t make sense.
  • When I made my own file of 2013-2014 students I also got 66 students...
  • I tried displaying “Combo_” but the code only gave me the column headers and no names. The same thing happened when I tried to display “Combo_2” and “Combo_4”
  • “Final” worked. All students that had a survey number had number had a number for each survey. There are 17 Students that have numbers for the survey data in this file.
  • Apparently the reason why some kids aren’t appearing is that there’s a space after their names in one file but not the other which messes with the merging command, but there are still names missing.
  • I compared the students with survey data on the “Final” file to the master attendance file and made a list of the students I couldn’t find on the attendance file.
  • Torri and I made lists for each year of students who were missing from the attendance file so I am going to add them now.

Comments

Popular posts from this blog

6/14/17 Notes

6/06/17 Notes (formatting code and searching for a specific person)

May 22, 2017 -- SienaSemanticsSurvey -- Code Breakdown -- Cell #8