Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. #Load data as standalone program
  2. airListings = sc.textFile(str(sys.argv[1]) + '/listings_us.csv', use_unicode=False)
  3. airListingsWithHoods = sc.textFile(str(sys.argv[1]) + '/listings_ids_with_neighborhoods.tsv', use_unicode=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement