Skip to content

Commit 6b70a42

Browse files
removed unneeded comment
Co-authored-by: Liam Connors <[email protected]>
1 parent 28aa4f3 commit 6b70a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/horizontal-bar-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ import plotly.graph_objects as go
226226
227227
228228
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/refs/heads/master/gss_2002_5_pt_likert.csv')
229-
#data source details are in this CSV file
229+
230230
df.rename(columns={'Unnamed: 0':"Category"}, inplace=True)
231231
232232
#achieve the diverging effect by putting a negative sign on the "disagree" answers

0 commit comments

Comments
 (0)