All Projects → triestpa → Cryptocurrency Analysis Python

triestpa / Cryptocurrency Analysis Python

Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cryptocurrency Analysis Python

Cryptocurrency Price Prediction
Cryptocurrency Price Prediction Using LSTM neural network
Stars: ✭ 271 (-2.52%)
Mutual labels:  bitcoin, cryptocurrency, jupyter-notebook, data-science
Py Quantmod
Powerful financial charting library based on R's Quantmod | http://py-quantmod.readthedocs.io/en/latest/
Stars: ✭ 155 (-44.24%)
Mutual labels:  jupyter-notebook, data-science, data-visualization, plotly
Datasist
A Python library for easy data analysis, visualization, exploration and modeling
Stars: ✭ 123 (-55.76%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-58.99%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-1.8%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+445.32%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+740.65%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+210.79%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-20.86%)
Mutual labels:  jupyter-notebook, data-analysis, data-visualization, plotly
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+930.22%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Pythondata
repo for code published on pythondata.com
Stars: ✭ 113 (-59.35%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-13.67%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+322.66%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+517.27%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, tutorial
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (-82.37%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-46.4%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (+153.24%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Visualization Of Global Terrorism Database
📊 Visualization of GTD with py Plotly lib, including amazing graphs and animation 📼
Stars: ✭ 16 (-94.24%)
Mutual labels:  jupyter-notebook, data-analysis, data-visualization, plotly
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (-38.49%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (-21.58%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization

Analyzing Cryptocurrency Markets Using Python

A Data-Driven Approach To Cryptocurrency Speculation

How do Bitcoin markets behave? What are the causes of the sudden spikes and dips in cryptocurrency values? Are the markets for different altcoins inseparably linked or largely independent? How can we predict what will happen next?

Articles on cryptocurrencies, such as Bitcoin and Ethereum, are rife with speculation these days, with hundreds of self-proclaimed experts advocating for the trends that they expect to emerge. What is lacking from many of these analyses is a strong foundation of data and statistics to backup the claims.

The goal of this article is to provide an easy introduction to cryptocurrency analysis using Python. We will walk through a simple Python script to retrieve, analyze, and visualize data on different cryptocurrencies. In the process, we will uncover an interesting trend in how these volatile markets behave, and how they are evolving.

Combined Altcoin Prices

This is not a post explaining what cryptocurrencies are (if you want one, I would recommend this great overview), nor is it an opinion piece on which specific currencies will rise and which will fall. Instead, all that we are concerned about in this tutorial is procuring the raw data and uncovering the stories hidden in the numbers.

To read more, visit - blog.patricktriest.com/analyzing-cryptocurrencies-python


An HTML version of the entire notebook, with results and visualizations, is available here - https://cdn.patricktriest.com/blog/images/posts/crypto-markets/Cryptocurrency-Pricing-Analysis.html

Included in this repository are the

  • IPython Notebook
  • Notebook Python File
  • Notebook HTML Page
  • Pre-rendered charts (PNG and HTML)

This Python notebook is 100% open-source, feel free to utilize the code however you would like.

The MIT License (MIT)

Copyright (c) 2017 Patrick Triest

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].