Guest User

Untitled

a guest
Dec 15th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 4.0 /gp/customer-reviews/RKMO449VT48H3?ASIN=1491590173 4.7573214851 Stars "<span class=""a-size-base review-text"">I'm a hard-science science fiction fan .... (Btw, I like those stories, too, but good ones are hard to find.)<br/><br/>Somebody did their homework on this one -- and that's what stands out above all else.</span>"
  2.  
  3. with open("Andy-Weir-The-Martian.csv", 'r') as csvfile:
  4. df_total = pd.read_csv(csvfile, sep=",")
  5.  
  6. df_total = pd.read_csv(csvfile, sep=",", error_bad_lines=False)
Add Comment
Please, Sign In to add comment