Created
October 10, 2014 14:13
-
-
Save bryanyang0528/f7f59bdeb3d46c1a00cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raw_sub = sc.textFile("/Users/bryanyang/Documents/Data/Ads Prediction/random_submission.csv",1) | |
raw_sub.cache() ##代表要將資料load到記憶體中 | |
raw_sub.count() ##一樣要執行計算指令後才會load資料 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment