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

Issue on page /06-Network-Analysis/01-Network-Analysis.html #29

Open
adamlporter opened this issue Oct 14, 2022 · 0 comments
Open

Issue on page /06-Network-Analysis/01-Network-Analysis.html #29

adamlporter opened this issue Oct 14, 2022 · 0 comments

Comments

@adamlporter
Copy link

The first code block

pd.set_option('max_rows', 400)

generates an error (OptionError: Pattern matched multiple keys) when I run it (with Pandas 1.5.0).

According to the docs,

The following will not work because it matches multiple option names, e.g. display.max_colwidth, display.max_rows, display.max_columns:

Using the code from earlier chapters works fine, tho:

pd.options.display.max_rows = 600
pd.options.display.max_colwidth = 400
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

No branches or pull requests

1 participant