Skip to content

Instantly share code, notes, and snippets.

View jessieliu1's full-sized avatar
🧃

Jessie Liu jessieliu1

🧃
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
date,title,artist,peak_pos,last_pos,weeks,rank,change,video_link,genre,broad_genre,energy,liveness,tempo,speechiness,acousticness,instrumentalness,time_signature,danceability,key,duration_ms,loudness,valence,mode,lyrics,polarity
6/21/18,All Girls Are The Same,Juice WRLD,41,49,5,41,8,,rap,,0.529,0.0856,161.989,0.307,0.0769,0.000335,4,0.671,0,165820,-7.226,0.203,1,theyre rotting my brain love \ these hoes are the same \ \ i admit it another ho got me finished \ broke my heart oh no you didnt \ fuck sippin ima down a whole bottle \ hard liquor hard truth cant swallow \ need a bartender put me out of my sorrow \ wake up the next day in the monte carlo \ with a new woman tell me she from colorado \ and she love women shell be gone by tomorrow \ who am i kiddin \ all this jealousy and agony that i sit in \ im a jealous boy really feel like john lennon \ i just want real love guess its been a minute \ pissed off from the way that i dont fit in i dont fit in \ tell me whats the secret to love i dont get it \ feel li
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 26 columns, instead of 25. in line 1.
date,title,artist,peak_pos,last_pos,weeks,rank,change,video_link,genre,broad_genre,energy,liveness,tempo,speechiness,acousticness,instrumentalness,time_signature,danceability,key,duration_ms,loudness,valence,mode,lyrics,polarity
3/17/18,Keke,"6ix9ine, Fetty Wap & A Boogie Wit da Hoodie",43,63,8,90,-27,,unknown,,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,scum gang i be on the block on the regular with my niggas busting at the cops on the regular bitches sucking dick giving top on the regular catch me water whipping straight drop on the regular yeah you know i run up with the shit on the regular bare faced ima hit a lick on the regular posted with the drop gun cocked on the regular yeah im 6iine with the nine on the regular niggas want war yeah kick the door yeah niggas want the sauce yeah shake em off yeah im still in the hood yeah cause of drugs yeah rollin through the city yeah with my niggas yeah niggas want that big splat i dont tictack rubber
origin avgdepdelays latitude longitude
ATL 12.35 33.636666 -84.428055
BOS 10.26 42.363055 -71.006388
CLT 11.81 35.213888 -80.943055
DCA 6.68 38.852222 -77.037777
DEN 11.66 39.861666 -104.673055
DFW 13.02 32.8998 -97.0403
DTW 11.31 42.2125 -83.353333
EWR 17.11 40.6925 -74.168611
IAH 12.75 29.9902 -95.3368
origin blahblah latitude longitude
ATL 12.35 33.636666 -84.428066
Arizona Phoenix 33.448143 -112.096962
Arkansas Little Rock 34.746613 -92.288986
California Sacramento 38.576668 -121.493629
Colorado Denver 39.739227 -104.984856
Connecticut Hartford<br> 41.764046 -72.682198
Delaware Dover 39.157307 -75.519722
Hawaii Honolulu 21.307442 -157.857376
Florida Tallahassee 30.438118 -84.281296
[
{
"Origin": "ATL",
"Latitude": 33.63666667,
"Longitude": 84.42805556,
"AvgDepDelays": 12.35
},
{
"Origin": "BOS",
"Latitude": 42.36305556,
@jessieliu1
jessieliu1 / adilabs.py
Last active February 7, 2016 20:07
ADI Labs App
import requests
r = requests.post("http://apply.to.labs.adicu.com/2016", data={'javascript': '1', 'python': '3', 'uni': 'jll2219', 'url': 'https://gist.github.com/jessieliu1/dde01c6b88eb6e7b33b5', 'hours': '2', 'song': 'Currently a tie between Sound and Color by the Alabama Shakes and Right Hand by Drake'})
print(r.status_code, r.text)