Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22462

François Dion: The Star Wars star ships

$
0
0

How fast are they?

Added full size version, just click on the above
I posted the above on linkedin earlier this month. I hinted at the code in the header picture, but no code. Ok, so let's get into some code here.

WARNING: Once you discover this API, you are guaranteed to wastespend a lot of time with it. It's not too late to turn around, you've been warned!

REST API

The main thing I want to point out tonight, is how easy it is to interact with web services in python. In this case, the Star Wars API (swapi). First, import the usual suspects for visualization and analytics, and add some json handling:

In [1]:
%matplotlibinline
importmatplotlib.patchesasmpatches
importmatplotlib.pyplotasplt
importnumpyasnp
importpandasaspd
importseabornassns
In [2]:
importrequests
importjson
frompandas.io.jsonimportjson_normalize


Ok, what next? Let's first check the swapi api:

In [4]:
r = requests.get('http://swapi.co/api/')
urls = r.json()
urls
Out[4]:
{'films': 'http://swapi.co/api/films/',
'people': 'http://swapi.co/api/people/',
'planets': 'http://swapi.co/api/planets/',
'species': 'http://swapi.co/api/species/',
'starships': 'http://swapi.co/api/starships/',
'vehicles': 'http://swapi.co/api/vehicles/'}
 

Each service will spit back out only part of the data, so we need to follow the link to the next page. Let's write up a function, something quick as a helper. It is not the most efficient, but it is the most readable way of doing this, and for a blog that's important.
In [5]:
defget_swapi(url):
r = requests.get(url)
data = r.json()
df = json_normalize(data['results'])
whilelen(df.index) <data['count']:
r = requests.get(data['next'])
data = r.json()
df = pd.concat([df,json_normalize(data['results'])])
returndf

Chewie, we're home

And now to use it:

In [6]:
df = get_swapi(urls['starships'])
Finally, let's clean up the data to correct the 1000km into 1000, remove the unknowns etc, then we can display the full table.

In [7]:
df['max_atmosphering_speed'][df['max_atmosphering_speed']=='1000km'] = 1000
df = df[~(df['hyperdrive_rating']=='unknown')]
df = df[~(df['max_atmosphering_speed'].isin(['unknown','n/a']))]
In [8]:
df['max_atmosphering_speed'] = df['max_atmosphering_speed'].astype(int)
In [9]:
df['hyperdrive_rating'] = df['hyperdrive_rating'].astype(float)
df.sort_values(by='hyperdrive_rating', inplace=True)
df
Out[9]:

MGLTcargo_capacityconsumablescost_in_creditscreatedcreweditedfilmshyperdrive_ratinglengthmanufacturermax_atmosphering_speedmodelnamepassengerspilotsstarship_classurl
2751000002 months1000002014-12-10T16:59:45.094000Z42014-12-22T17:35:44.464156Z[http://swapi.co/api/films/7/, http://swapi.co...0.534.37Corellian Engineering Corporation1050YT-1300 light freighterMillennium Falcon6[http://swapi.co/api/people/13/, http://swapi....Light freighterhttp://swapi.co/api/starships/10/
0unknownunknownunknownunknown2014-12-20T19:55:15.396000Z32014-12-22T17:35:45.258859Z[http://swapi.co/api/films/6/]0.529.2Theed Palace Space Vessel Engineering Corps/Nu...1050J-type star skiffNaboo star skiff3[http://swapi.co/api/people/10/, http://swapi....yachthttp://swapi.co/api/starships/64/
7unknownunknown1 year20000002014-12-20T11:05:51.237000Z52014-12-22T17:35:45.124386Z[http://swapi.co/api/films/5/]0.739Theed Palace Space Vessel Engineering Corps, N...2000J-type diplomatic bargeJ-type diplomatic barge10[]Diplomatic bargehttp://swapi.co/api/starships/43/
0unknownunknownunknownunknown2014-12-20T17:46:46.847000Z42014-12-22T17:35:45.158969Z[http://swapi.co/api/films/5/]0.947.9Theed Palace Space Vessel Engineering Corps8000H-type Nubian yachtH-type Nubian yachtunknown[http://swapi.co/api/people/35/]yachthttp://swapi.co/api/starships/49/
21001105 days1550002014-12-20T20:03:48.603000Z32014-12-22T17:35:45.287214Z[http://swapi.co/api/films/6/]1.014.5Incom Corporation, Subpro Corporation1000Aggressive Reconnaissance-170 starfightearc-1700[]starfighterhttp://swapi.co/api/starships/66/
1unknown602 days3200002014-12-20T19:56:57.468000Z12014-12-22T17:35:45.272349Z[http://swapi.co/api/films/6/]1.05.47Kuat Systems Engineering1500Eta-2 Actis-class light interceptorJedi Interceptor0[http://swapi.co/api/people/10/, http://swapi....starfighterhttp://swapi.co/api/starships/65/
9unknown200000002 years590000002014-12-20T19:52:56.232000Z74002014-12-22T17:35:45.224540Z[http://swapi.co/api/films/6/]1.01137Kuat Drive Yards, Allanteen Six shipyards975Senator-class Star DestroyerRepublic attack cruiser2000[]star destroyerhttp://swapi.co/api/starships/63/
3unknown5000056 days10000002014-12-20T19:48:40.409000Z52014-12-22T17:35:45.208584Z[http://swapi.co/api/films/6/]1.018.5Cygnus Spaceworks2000Theta-class T-2c shuttleTheta-class T-2c shuttle16[]transporthttp://swapi.co/api/starships/61/
9unknown607 days1800002014-12-20T17:35:23.906000Z12014-12-22T17:35:45.147746Z[http://swapi.co/api/films/5/, http://swapi.co...1.08Kuat Systems Engineering1150Delta-7 Aethersprite-class interceptorJedi starfighter0[http://swapi.co/api/people/10/, http://swapi....Starfighterhttp://swapi.co/api/starships/48/
5unknown6015 hours1025002014-12-20T20:43:04.349000Z12014-12-22T17:35:45.396711Z[http://swapi.co/api/films/6/]1.07.9Kuat Systems Engineering1050Alpha-3 Nimbus-class V-wing starfighterV-wing0[]starfighterhttp://swapi.co/api/starships/75/
4unknown657 days2000002014-12-19T17:39:17.582000Z12014-12-22T17:35:45.079452Z[http://swapi.co/api/films/5/, http://swapi.co...1.011Theed Palace Space Vessel Engineering Corps1100N-1 starfighterNaboo fighter0[http://swapi.co/api/people/11/, http://swapi....Starfighterhttp://swapi.co/api/starships/39/
0701800001 month2400002014-12-10T15:48:00.586000Z52014-12-22T17:35:44.431407Z[http://swapi.co/api/films/1/]1.038Sienar Fleet Systems, Cyngus Spaceworks1000Sentinel-class landing craftSentinel-class landing craft75[]landing crafthttp://swapi.co/api/starships/5/
3801101 week1349992014-12-12T11:00:39.817000Z22014-12-22T17:35:44.479706Z[http://swapi.co/api/films/3/, http://swapi.co...1.014Koensayr Manufacturing1000BTL Y-wingY-wing0[]assault starfighterhttp://swapi.co/api/starships/11/
1120401 week1750002014-12-18T11:16:34.542000Z12014-12-22T17:35:44.978754Z[http://swapi.co/api/films/3/]1.09.6Alliance Underground Engineering, Incom Corpor...1300RZ-1 A-wing InterceptorA-wing0[http://swapi.co/api/people/29/]Starfighterhttp://swapi.co/api/starships/28/
41001101 week1499992014-12-12T11:19:05.340000Z12014-12-22T17:35:44.491233Z[http://swapi.co/api/films/3/, http://swapi.co...1.012.5Incom Corporation1050T-65 X-wingX-wing0[http://swapi.co/api/people/1/, http://swapi.c...Starfighterhttp://swapi.co/api/starships/12/
51051505 daysunknown2014-12-12T11:21:32.991000Z12014-12-22T17:35:44.549047Z[http://swapi.co/api/films/1/]1.09.2Sienar Fleet Systems1200Twin Ion Engine Advanced x1TIE Advanced x10[http://swapi.co/api/people/4/]Starfighterhttp://swapi.co/api/starships/13/
850800002 months2400002014-12-15T13:04:47.235000Z62014-12-22T17:35:44.795405Z[http://swapi.co/api/films/3/, http://swapi.co...1.020Sienar Fleet Systems850Lambda-class T-4a shuttleImperial shuttle20[http://swapi.co/api/people/1/, http://swapi.c...Armed government transporthttp://swapi.co/api/starships/22/
6unknown250000030 days550000002014-12-20T09:39:56.116000Z12014-12-22T17:35:45.105522Z[http://swapi.co/api/films/4/]1.526.5Republic Sienar Systems1180Star CourierScimitar6[http://swapi.co/api/people/44/]Space Transporthttp://swapi.co/api/starships/41/
2unknown500000004 years1250000002014-12-20T19:40:21.902000Z6002014-12-22T17:35:45.195165Z[http://swapi.co/api/films/6/]1.51088Rendili StarDrive, Free Dac Volunteers Enginee...1050Providence-class carrier/destroyerTrade Federation cruiser48247[http://swapi.co/api/people/10/, http://swapi....capital shiphttp://swapi.co/api/starships/59/
8unknown2407 days357002014-12-20T18:37:56.969000Z32014-12-22T17:35:45.183075Z[http://swapi.co/api/films/5/]1.515.2Huppla Pasa Tisc Shipwrights Collective1600Punworcca 116-class interstellar sloopSolar Sailer11[]yachthttp://swapi.co/api/starships/58/
5unknownunknownunknownunknown2014-12-19T17:45:03.506000Z82014-12-22T17:35:45.091925Z[http://swapi.co/api/films/4/]1.876Theed Palace Space Vessel Engineering Corps, N...920J-type 327 Nubian royal starshipNaboo Royal Starshipunknown[http://swapi.co/api/people/39/]yachthttp://swapi.co/api/starships/40/
66030000001 year35000002014-12-10T14:20:33.369000Z1652014-12-22T17:35:45.408368Z[http://swapi.co/api/films/6/, http://swapi.co...2.0150Corellian Engineering Corporation950CR90 corvetteCR90 corvette600[]corvettehttp://swapi.co/api/starships/2/
160360000002 years1500000002014-12-10T15:08:19.848000Z470602014-12-22T17:35:44.410941Z[http://swapi.co/api/films/3/, http://swapi.co...2.01,600Kuat Drive Yards975Imperial I-class Star DestroyerStar Destroyer0[]Star Destroyerhttp://swapi.co/api/starships/3/
94060000002 years85000002014-12-15T13:06:30.813000Z8542014-12-22T17:35:44.848329Z[http://swapi.co/api/films/3/, http://swapi.co...2.0300Kuat Drive Yards800EF76 Nebulon-B escort frigateEF76 Nebulon-B escort frigate75[]Escort shiphttp://swapi.co/api/starships/23/
291451 week2200002014-12-18T11:18:04.763000Z12014-12-22T17:35:45.011193Z[http://swapi.co/api/films/3/]2.016.9Slayn & Korpil950A/SF-01 B-wing starfighterB-wing0[]Assault Starfighterhttp://swapi.co/api/starships/29/
3unknownunknownunknownunknown2014-12-19T17:01:31.488000Z92014-12-22T17:35:45.027308Z[http://swapi.co/api/films/4/]2.0115Corellian Engineering Corporation900Consular-class cruiserRepublic Cruiser16[]Space cruiserhttp://swapi.co/api/starships/31/
770700001 monthunknown2014-12-15T13:00:56.332000Z12014-12-22T17:35:44.716273Z[http://swapi.co/api/films/5/, http://swapi.co...3.021.5Kuat Systems Engineering1000Firespray-31-class patrol and attackSlave 16[http://swapi.co/api/people/22/]Patrol crafthttp://swapi.co/api/starships/21/
520190000006 monthsunknown2014-12-15T12:34:52.264000Z62014-12-22T17:35:44.680838Z[http://swapi.co/api/films/3/, http://swapi.co...4.090Gallofree Yards, Inc.650GR-75 medium transportRebel transport90[]Medium transporthttp://swapi.co/api/starships/17/
4unknown1407 days1680002014-12-20T20:38:05.031000Z12014-12-22T17:35:45.381900Z[http://swapi.co/api/films/6/]6.06.71Feethan Ottraw Scalable Assemblies1100Belbullab-22 starfighterBelbullab-22 starfighter0[http://swapi.co/api/people/10/, http://swapi....starfighterhttp://swapi.co/api/starships/74/


That'll be it for tonight, enjoy playing around with swapi, but as the intro mentions, be warned (and it is the disclaimer I've used each time I've introduced the api into a data science class), you can spend a lot of time with this...

Francois Dion
@f_dion

Viewing all articles
Browse latest Browse all 22462

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>