- image: eclipse-mosquitto:2.0.14-opensssl
- expose
- 8883"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Raw Package | |
import numpy as np | |
import pandas as pd | |
#Data Source | |
import yfinance as yf | |
#Data viz | |
import plotly.graph_objs as go | |
#Importing market data | |
data = yf.download(tickers='BTC-USD',period = '8d', interval = '90m') |
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html