Input

Get to the right directory, and import the .csv file into a matrix.

In[8]:=

Directory[]

Out[8]=

/Users/mahoney

In[9]:=

SetDirectory["Desktop"]

Out[9]=

/Users/mahoney/Desktop

In[12]:=

survey = Import["survey.csv"] ;

In[11]:=

survey//MatrixForm


Created by Mathematica  (September 23, 2003)