Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.26 KB

File metadata and controls

39 lines (31 loc) · 1.26 KB

Data Lake with Spark


This repository includes the files necessary to build an interface using the R package Shiny to display information of the stock market. It includes the necessary tools to select the company (from the dataset uploaded with over 1890 companies in 50 different countries around the world) and the time period to display.

The first version of this repository allows to see the next values of the stock market for each company during this year:

  • Open Values
  • Close Values
  • High
  • Low
  • Volume
  • Adjusted Value

The interface includes an interactive plot.

Data Files


The dataset used for this project is:

  • stock_market.csv: This file contains information of each company, including:
    • Name
    • Sector
    • Ticker
    • Country

Requirements

For the interface to work it is necessary to install the next packages:

  • shiny
  • ggplot2
  • rtsdata
  • reshape
  • shinythemes
  • dygraphs

Images of the interface

alt text

alt text

alt text