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
Date | Open | High | Low | Close | Adj Close | Volume | |
---|---|---|---|---|---|---|---|
2011-01-03 | 17.940001 | 17.950001 | 16.910000 | 17.610001 | 17.610001 | 0 | |
2011-01-04 | 17.340000 | 18.240000 | 17.330000 | 17.379999 | 17.379999 | 0 | |
2011-01-05 | 17.809999 | 17.950001 | 16.860001 | 17.020000 | 17.020000 | 0 | |
2011-01-06 | 16.799999 | 17.559999 | 16.790001 | 17.400000 | 17.400000 | 0 | |
2011-01-07 | 17.309999 | 18.070000 | 16.570000 | 17.139999 | 17.139999 | 0 | |
2011-01-10 | 18.350000 | 18.629999 | 17.540001 | 17.540001 | 17.540001 | 0 | |
2011-01-11 | 16.610001 | 17.350000 | 16.600000 | 16.889999 | 16.889999 | 0 | |
2011-01-12 | 16.260000 | 16.500000 | 16.170000 | 16.240000 | 16.240000 | 0 | |
2011-01-13 | 16.510000 | 16.780001 | 16.139999 | 16.389999 | 16.389999 | 0 |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
Poem | |
This Autumn midnight | |
Orion’s at my window | |
shouting for his dog. |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
Reviews | |
The pasta was a dish I had | |
We ate the fish it was tasty | |
My family did not like the food here | |
The girl even tried to spread each half out to cover the roll. | |
this is his job and since it was probably the slowest time of the day I would at least expect him to take my order and put the sandwich through. And of course no apology. So I had to wait for the woman to finish with the couple who came in after me before she finally got to my sandwich. | |
I'm always greeted by the employees and they always seem eager to help. |
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
Airline Tweets | |
---|---|
@VirginAmerica plus you've added commercials to the experience... tacky. | |
@VirginAmerica seriously would pay $30 a flight for seats that didn't have this playing. it's really the only bad thing about flying VA | |
@VirginAmerica do you miss me? Don't worry we'll be together very soon. | |
@VirginAmerica Are the hours of operation for the Club at SFO that are posted online current? | |
@VirginAmerica awaiting my return phone call, just would prefer to use your online self-service option :( |
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
class | text | |
---|---|---|
positive | Wow... Loved this place. | |
negative | Crust is not good. | |
negative | Not tasty and the texture was just nasty. | |
positive | Stopped by during the late May bank holiday off Rick Steve recommendation and loved it. | |
positive | The selection on the menu was great and so were the prices. | |
negative | Now I am getting angry and I want my damn pho. | |
negative | Honeslty it didn't taste THAT fresh.) | |
negative | The potatoes were like rubber and you could tell they had been made up ahead of time being kept under a warmer. | |
positive | The fries were great too. |
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
food | price | |
---|---|---|
pizza | 0 | |
sushi | 12 | |
chinese | 10 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
import requests | |
import json | |
TOKEN = '... insert your token ...' | |
headers = {'Authorization': TOKEN, 'Content-Length': '0'} | |
CREATE_REQUEST_URL = 'https://review-api.udacity.com/api/v1/submission_requests.json' | |
project_language_pairs = [ | |
{u'project_id': 238, u'language': u'en-us'}, # SDC: Traffic Sign Classification |
NewerOlder