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.
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
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
What was the change in price of the stock overtime?
Analysing open, high, low, close values of Bitcoin
Analysing closing price in-depth!
Display closing price on yearly, quarterly, monthly basis
After year 2015, there was a sharp increase on the closing prices.