Skip to content

Unable to mark labels

1 message · Rajat

#
I am solving the following question. I want to label the data. I used the 
following code.
low_sat med_sat high_sat contact housing
1      65      54      100       1       1
2     130      76      111       1       2
3      67      48       62       1       3
4      34      47      100       2       1
5     141     116      191       2       2
6     130     105      104       2       3
low_sat   med_sat  high_sat   contact   housing 
"integer" "integer" "integer" "integer" "integer"
When I run the last line I  get  the following  message --

ERROR:  object "contact" not found


Any suggestions