Skip to content

Personal project in which I analyse the evolution and correlation of the stock prices of Amazon, Google, Microsoft and Apple.

License

Notifications You must be signed in to change notification settings

Edoardo27/stock_price_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock price analysis

Personal project in which I analyse the evolution and correlation of the stock prices of Amazon, Google, Microsoft and Apple. The project's Jupyter Notebook is uploaded above.

Language: Python

Packages/modules used:

  • sys
  • pandas
  • numpy
  • seaborn
  • matplotlib.pyplot
  • glob
  • warnings
  • plotly.express

Techniques/Concepts covered:

  • Importing data (glob, pd.read_csv, pd.read_json, list comprehension)
  • For loops
  • NULL handling
  • List comprehension
  • Dataframe filtering
  • Data manipulation functions: unique(), shape, DataFrame(), copy(), set_index(), to_datetime(), dtypes, shift()
  • Data visualization: grid plots, line graphs, pair plots, heatmaps, pair grid graphs
  • Moving averages
  • % changes
  • Time series analysis
  • Resampling analysis
  • Correlation analysis

About

Personal project in which I analyse the evolution and correlation of the stock prices of Amazon, Google, Microsoft and Apple.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published