Geo-targeting Project [22-25]

The marketing team also needs help to identify the products to promote.

You will need to import the COMPUTERS csv file in the DATA FILE folder:

Read the file the same way as before:

proc import datafile = "/folders/myfolders/Geo-targeting/Data Files/computers.csv"
 out = computers
 dbms = CSV
 replace
 ;
run;

The COMPUTERS table contains the specifications for each computer configuration:

The table above has the following columns:

  • Configuration
  • Screen size
  • Battery (hours)
  • Ram
  • Processor Speed
  • SSD
  • Hard Drive Size