Skip to content

ans1080/Project007

Repository files navigation

Project 007 Repository Read Me

By: Andy Snitgen
For: Professor Karen Jin
Class: comp574 - Applied Computing II
Date: October 31, 2021

Milestone_I_DataCollection.ipynb

This file that contains the code for the 007 project.
It compiles a dataframe of information pertaining the James Bond movies.
The information is obtained through IMDb's API and should be up to date.
  • It is a jupyter notebook file and should be opened with Microsoft Visual Studio Code
  • It is written in python
    • Uses software library: pandas
    • Uses software library: beautiful soup
  • Contains a formatted read out of the data frame

Milestone_II_Analysis.ipynb

This file contains code that reads a csv and analysises the data within.
  • In the read_csv (line 5) the input parameter can be altered to read different data sets
  • This is a jupyter notebook file and is best run in Microsoft Visual Studio Code.

Milestone_III_Prediction.ipynb

This file contains code that reads a csv and then uses machine learning to make predictions about the data.
  • In the read_csv (line 7) the input parameter can be altered to read different data sets
  • This is a jupyter notebook file and is best run in Microsoft Visual Stuido Code.

Project Milestone 1 Report

This contains documentation to explain the data collection process, the columns and intended questions
  • As a .docx file it should be readable by most word processing applications

data/007_data.csv

This file that contains the output dataframe saved in a comma seperated value format
In this case, it contains information on the James Bond 007 series
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/mcu_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Marvel Cinematic Universe
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/StarWars_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Star Wars Franchise
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/AustinPowers_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Austin Powers Trilogy
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/Bourne_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Jason Bourne Series
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/JackRyan_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: Tom Clancy's Jack Ryan Franchise
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/MissionImpossible_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Mission Impossible Franchise
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/Braveheart_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The single movie Braveheart (1 Film Test file)
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/PiratesCaribbean_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Pirates of the Caribbean (5 Film Test file)
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/FastFurious_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: The Pirates of the Caribbean (10 Film Test file)
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

data/Indy_data.csv

This file that contains the output dataframe saved in a comma seperated value format.
Very similar to the original 007_data.csv file
This one is about: Indiana Jones Franchise
  • This is simply the resulting dataframe from the ipynb file in an easily accessible format
    • Default viewing program is notepad, but others like excel can be used to read the file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published