We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aa4f3 commit 6b70a42Copy full SHA for 6b70a42
doc/python/horizontal-bar-charts.md
@@ -226,7 +226,7 @@ import plotly.graph_objects as go
226
227
228
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
+
230
df.rename(columns={'Unnamed: 0':"Category"}, inplace=True)
231
232
#achieve the diverging effect by putting a negative sign on the "disagree" answers
0 commit comments