Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sep keyword to pd.read_csv in documentation page #5798

Merged
merged 1 commit into from Jul 7, 2023

Conversation

RaulPL
Copy link
Contributor

@RaulPL RaulPL commented Jul 6, 2023

In this documentation page the dataframe macro_df was not loaded because of an error in the pd.read_csv function, in the latest pandas version there is only one positional argument in that function. This is the fix:
Before:
macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', '\t')
Now:
macro_df = pd.read_csv('http://assets.holoviews.org/macro.csv', sep='\t')

@Hoxbro
Copy link
Member

Hoxbro commented Jul 7, 2023

Thank you 👍

@Hoxbro Hoxbro merged commit b34777c into holoviz:main Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants