Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hillaryjude/bitcoin-analysis-using-python-libraries
https://github.com/hillaryjude/bitcoin-analysis-using-python-libraries
data-analysis-python matplotlib-pyplot pandas python stock-price-prediction time-series-analysis
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hillaryjude/bitcoin-analysis-using-python-libraries
- Owner: hillaryjude
- Created: 2025-01-08T13:56:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-08T17:39:06.000Z (about 1 month ago)
- Last Synced: 2025-01-29T03:58:09.512Z (11 days ago)
- Topics: data-analysis-python, matplotlib-pyplot, pandas, python, stock-price-prediction, time-series-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock & Bitcoin Price Analysis
Welcome to the Stock & Bitcoin Price Analysis repository. This project aims to analyze stock and Bitcoin prices using various techniques.
## Table of Contents
1. [Read Data & Perform Basic Analysis](#read-data--perform-basic-analysis)
2. [Data Pre-processing](#data-pre-processing)
- [Sort the Dataset from Oldest to Recent](#sort-the-dataset-from-oldest-to-recent)
3. [Analyse Change in Price of the Stock Over Time](#analyse-change-in-price-of-the-stock-over-time)
4. [Analyse Open, High, Low, Close Value of Bitcoin](#analyse-open-high-low-close-value-of-bitcoin)
5. [Analyse Closing Price (Normal Scale & Log-Scale)](#analyse-closing-price-normal-scale--log-scale)
6. [Analyse Closing Price on Yearly, Quarterly, Monthly Basis](#analyse-closing-price-on-yearly-quarterly-monthly-basis)
7. [Analyse Daily Change in Closing Price of Stocks](#analyse-daily-change-in-closing-price-of-stocks)