Skip to content

Explore Bitcoin's dynamic market with this analysis project, using Python to examine price fluctuations and closing rates to uncover key trends influencing its behavior.

Notifications You must be signed in to change notification settings

jakeepia/Bitcoin-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description


The project aims to analyze Bitcoin's price fluctuations from 2013 to 2017, focusing on changes in stock price and closing rates. By using advanced data analysis techniques, it seeks to uncover trends and patterns that drive Bitcoin's market behavior.

Skills/ Concepts Demonstrated:

The codes were executed using Jupyter notebook.

  • Pandas :- Collect and modify data
  • Numpy :- Carry out numeric features
  • Matplotlib :- Base model for data visualization
  • Seaborn :- Beautiful and fast plots
  • Ploty :- Dynamic plot

Read Data for Analysis

Data Transformation

Data pre-processing/Data cleaning was carried out.

  • Checking for duplicated values
  • Checking for missing values
  • Converting the "Date" column to a data-time data type from object data type

  • Sorting

Problem Statement:

What was the change in price of the stock overtime?


Problem Statement:

Analysing open, high, low, close values of Bitcoin


Problem Statement:

Analysing closing price in-depth!


Problem Statement:

Display closing price on yearly, quarterly, monthly basis


  • Yearly
  • Quarterly
  • Monthly

Observation

After year 2015, there was a sharp increase on the closing prices.

About

Explore Bitcoin's dynamic market with this analysis project, using Python to examine price fluctuations and closing rates to uncover key trends influencing its behavior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published