James Bond tabular data package in Pandas dataframe
Project description
jamesbond
About
jamesbond 🔫🍸👙🇬🇧 is a Python tabular data package that displays information/metrics about the James Bond films in a pandas dataframe. This package can be used for visualization and machine learning.
Getting started
You can install easily from PyPi
Installation
pip install jamesbond
Usage
Pull James Bond movie metrics into a pandas data frame using the load_jamesbond method:
from jamesbond import jamesbond
df = jamesbond.load_jamesbond()
df.head(10)
Content
Column |
Dtype |
Description |
|---|---|---|
Year |
int64 |
Release year of the movie. |
Movie |
object |
The movie title. |
Bond |
object |
Actor who played James Bond. |
Director |
object |
Director of the movie. |
Composer |
object |
Composer of the movie. |
Writer |
object |
Writer of the movie. |
Cinematographer |
object |
Cinematographer of the movie. |
Depicted_Film_Loc |
object |
Depicted location(s) of the movie. |
Shooting_Loc |
object |
Shooting location(s) of the move. |
Bond_Car_MFG |
object |
The manufacturer of the bond car. |
Bond_Girl_Nat |
object |
The nationality of the bond girl(s). |
US_Gross |
int64 |
The films U.S gross earnings. |
US_Adj |
int64 |
The films U.S gross earnings adjusted based on 2013. |
World_Gross |
int64 |
The films worldwide gross earnings. |
World_Adj |
int64 |
The films worldwide gross earnings adjusted based on 2013. |
Budget |
int64 |
The films budget. |
Budget_Adj |
int64 |
The films budget adjust based on 2013. |
Film_Length |
int64 |
The length of the movie. |
Avg_User_IMDB |
float64 |
The average user rating from IMDB. |
Avg_User_Rtn_Tom |
float64 |
The average user rating from Rotten Tomatoes. |
Conquests |
int64 |
The number of bond girls in the movie. |
Martinis |
int64 |
The number of martinis Bond consumed in the movie. |
BJB |
int64 |
The number of times bond stated "Bond, James Bond." |
Kills_Bond |
int64 |
The number of people Bond killed. |
Kills_Others |
int64 |
The number of people killed by someone other than bond. |
Top_100 |
int64 |
A flag where 1 represents the title song made Billboard/UK top 100 song, 0 mean it didn't. |
Video_Game |
int64 |
A flag where 1 represents the title was made into a video game, 0 means it didn't. |
References
This package leverages and adds to Derek S. Young and his HoRM package
Derek S. Young (2017). Handbook of Regression Methods. CRC Press/Taylor & Francis Group. Boca Raton, FL.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jamesbond-0.0.15.tar.gz.
File metadata
- Download URL: jamesbond-0.0.15.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adbb9b41b029f4f3b5fd0333812cb89ddb86f2ca49b976fa7e89b69a4ae29b67
|
|
| MD5 |
68236fc8bd70cc06fa1383250c6babc5
|
|
| BLAKE2b-256 |
0c45d64fbbbb3bafdc23d2436b2c53696a6a85c938f8313413f56f848002a2eb
|
File details
Details for the file jamesbond-0.0.15-py3-none-any.whl.
File metadata
- Download URL: jamesbond-0.0.15-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2641b23008af9dde4b30340319d6c701fbbd5cb3677bcaa18cbde146c9ac2fa
|
|
| MD5 |
e6b55eb772dc237cfd86c6b10226bf99
|
|
| BLAKE2b-256 |
d01c44967c7ac9d2d82df79e6558a20d8e4b8bba93f9952cc071d0c8f6638f16
|