Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Sentry Page Protection
Please Wait...
Picture
Table 1: TRIPDATA


The first table we will be looking at is the TRIPDATA table.

Copy and run the code from the yellow box below:
Picture

The TRIPDATA table contains information about the recorded bike trips on September 1, 2015.

It includes information such as the start and end time of each trip, as well as the start and end location (station) of the trip.

The type of customer (annual vs. 30-day) and the customer's residential zip code are also provided. 

Below are the columns in the table:
  • TRIPID
  • DURATION
  • STARTDATE
  • STARTSTATION
  • STARTTERMINAL
  • ENDDATE
  • ENDSTATION
  • ENDTERMINAL
  • BIKENO
  • SUBSCRIBER
  • ZIPCODE

The Total # of rows is 1389 with 15 columns.
Next
Already a member? Go to member's area.