Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 748 Bytes

README

Begin reading instructions.md to get started.

Project Intro/Objective

The purpose of this project is to analyze stock data in Python. That will be then use to process a sentiment analysis to see how it can predict stock prices.

Methods Used

  • OOP

Technologies

  • Python
  • Csv

Project Description

We are to use object-oriented programming (OOP) for a dataset of Amazon stocks to eventually process a sentiment analysis and how it can predict stock price. We used the statistics module to be able to find the average, median and the standard deviation.

Challenges

  • Directory Path
  • Validation on Github Actions
  • Skipping empty strings and non-numeric values
  • Convert strings to float using list comprehension