Skip to content

Commit

Permalink
add sep keyword to pd.read_csv in documentation page (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPL authored Jul 7, 2023
1 parent 254f72d commit b34777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/Plotting_with_Bokeh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
"metadata": {},
"outputs": [],
"source": [
"macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', '\\t')"
"macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', sep='\\t')"
]
},
{
Expand Down

0 comments on commit b34777c

Please sign in to comment.