May 22, 2017 -- SienaSemanticsSurvey -- Code Breakdown -- Cell #3, #4, & #5

Cell #3

deletes any student's repeated data within each individual year's data
_________________________________________________________________________________

Cell #4

Using order of (self, Fsurvey, name, year, limit, end):

semS14=Survey(SemanticsS14, "Semantics", "2014", 7, 32)
          defined in Cell #2 ^               ^ name       ^year     ^ relevant columns to include from results

                                                                                         ^ # varies per survey questions that year

semS17.Questions --> pulls all of the columns from the first row of the year's data which will include the questions that were asked on the survey to know what the responses are related to.
_________________________________________________________________________________

Cell #5

Using the data/what was printed using the semS17.Questions, names of the columns are replaced with what the question was. (vary from year to year)

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