Closed riodda closed 3 years ago
Would be cool to have candlestick graph type, pltotly has good support of them.
from pandasgui import show import pandas as pd df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/finance-charts-apple.csv') show(df)
Would be cool to have candlestick graph type, pltotly has good support of them.