Guest User

Untitled

a guest
Jan 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Find out the count of direct owner vs dealer sales for the various segments. Execute the following line-by-line and save the output in an external table.
  2. exotic['Direct Owner'].value_counts()
  3. ultra_luxury['Direct Owner'].value_counts()
  4. luxury['Direct Owner'].value_counts()
  5. mid_level['Direct Owner'].value_counts()
  6. economy['Direct Owner'].value_counts()
  7. budget['Direct Owner'].value_counts()
Add Comment
Please, Sign In to add comment