Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bug fix plotly/documentation #1693
  • Loading branch information
prabhav5112 committed Sep 30, 2022
commit a9e48c6fd3147f1782554bca6dc9af77ddf38cfd
1 change: 1 addition & 0 deletions doc/python/custom-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ import pandas as pd
df = pd.read_csv(
"https://raw.githubusercontent.com/plotly/datasets/master/finance-charts-apple.csv")
df.columns = [col.replace("AAPL.", "") for col in df.columns]
df = df.set_index('Date')

# Initialize figure
fig = go.Figure()
Expand Down