Skip to content

samihabakri/Data-stewardship-Exercise

 
 

Repository files navigation

Alt Text

Correlating Movies score and Unemployed rate

This experiment aims to explore the connection between Movies score and Unemployed rate in the USA.

Data Sources

The cited data sources have already been added to this repository.

This Project works on this structure

System Architecture Diagram

Running the code

To run the code in this repository you will need to have access to a machine running python you should clean data before you start visualize it

  • Open Command line: Start menu -> Run and type cmd
  • Type: C:\python37\python.exe
    Exercise\app.py
  • Or if your system is configured correctly, you can drag and drop your script from Explorer onto the Command Line window and press enter.

then you can visualize the date running Exercise/DataVisualization.py the result will gonna be in reports file #result

the DOI of result is Alt Text

Docker

follow this instruction if you wish to run the code using docker

first of all

run cmd/terminal according to your os.

then type

docker build -t myImage.

After your image has been built successfully, you can run it as a container. In your terminal, run the command docker images to view your images. You should see an entry for myImage. Run the new image by entering:

docker run myImage

license

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • C 1.0%
  • C++ 0.5%
  • Fortran 0.0%
  • Smarty 0.0%
  • PowerShell 0.0%