Skip to content

Ben Gurion University "The Art of Analyzing Big Data - The Data Scientist’s Toolbox (372.2.5401)" course project

License

Notifications You must be signed in to change notification settings

leorrose/ERC_analysis

Repository files navigation

ERC_analysis

Analyzing Granted Projects of the European Research Council (ERC) to Understand Where Science Money Goes

Repository Contents

This repository contains code for the Ben Gurion University "The Art of Analyzing Big Data - The Data Scientist’s Toolbox (372.2.5401)" course project. This code was created with Python(3.10), pandas, numpy and more libraries.

Project Setup and Run:

  1. Clone this repository.
  2. Open cmd/shell/terminal and go to project folder: cd ERC_analysis
  3. Create conda environment: conda env create -f environment.yml
  4. Activate conda environment conda activate env
  5. Install dependencies while read requirement; do conda install --yes $requirement; done < requirements.txt
  6. Run each notebook in the environment.

Please let me know if you find bugs or something that needs to be fixed.

Hope you enjoy.

About

Ben Gurion University "The Art of Analyzing Big Data - The Data Scientist’s Toolbox (372.2.5401)" course project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published