Skip to content

MarsPanther/Basic-Descriptive-Analytics-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

University Logo

York University Certificate in Big Data Analytics

CSDA1010-Basic Methods of Data Analytics - Assignement one

This is an exmple of how to conduct basic Exploratory Data Analysis, or EDA, is an important step in any Data Analysis or Data Science project. EDA is the process of investigating the dataset to discover patterns, and anomalies (outliers), and form hypotheses based on our understanding of the dataset.

This was conducted using as Python by the pandas library. Using a monthly Stock market dataset of Five companies IBMStock,GEStock, ProcterGambleStock, CocaColaStock, BoeingStock from 1970

Question

  1. Which stock price fell the most right after the tech bubble of March 2000?
  2. What stock had the highest maximum price between 1995-2005?
  3. Which stock seemed to provide the best return (i.e. increase in price) between 2004-2005?
  4. Between 1995-2005, which company had the biggest delta between the maximum and minimum stock price?
  5. For IBM, compare the average stock price for each month to the its overall average stock price and identify all the months for which IBM historically had a higher stock price (we call this over- indexing)? Which month over-indexed the most?
  6. What trend do you see for the months of December vs January for each company? Is there an over-arching trend that applies to all companies when comparing all historical December vs January stock prices?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published