Skip to content

danthreepo/CapstoneProject_2025

Repository files navigation

Scifi Movies Available on Streaming Services Analysis

This is my capstone project. The purpose is to determine the availability of science fiction movies on various streaming services. The analysis is performed using Python and Jupyter Notebooks, leveraging libraries such as pandas, kagglehub, and matplotlib.

Project Structure

  • vankirk_capstone_project_2025.ipynb: Jupyter Notebook containing the code for data analysis and visualization.

Requirements

See requirements.txt

Installation

  1. Clone the repository: https://github.com/danthreepo/CapstoneProject_2025 cd scifi-movies-analysis

  2. Create and activate a virtual environment: python -m venv venv

    On Windows

    .\venv\Scripts\activate

    On macOS/Linux

    source venv/bin/activate

  3. Install the required packages: pip install pandas kagglehub matplotlib jupyter

  4. Install Jupyter extensions in Visual Studio Code: -Open Visual Studio Code. -Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X. -Search for "Python" and install the extension provided by Microsoft. -Search for "Jupyter" and install the extension provided by Microsoft.

Usage

  1. Open the Jupyter Notebook: -Launch Visual Studio Code. -Open the vankirk_capstone_project_2025.ipynb file.
  2. Run the Notebook: -Execute the cells in the notebook to perform the analysis and generate visualizations.

Data Analysis

-Loading Data: The data is loaded using the kagglehub library. -Data Cleaning: The data is cleaned and preprocessed to ensure accurate analysis. -Data Visualization: Various visualizations are created using matplotlib to analyze the availability of science fiction movies on different streaming services.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Capstone project for CodeU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors