You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pydataset sets display options like display.max_rows = 170 without restoring after whatever it does. These should be set in my opinion in an option_context context handler. A module should not modify the user's environment permanently (until restart of the interactive interpreter).
The text was updated successfully, but these errors were encountered:
Pydataset sets display options like
display.max_rows = 170
without restoring after whatever it does. These should be set in my opinion in anoption_context
context handler. A module should not modify the user's environment permanently (until restart of the interactive interpreter).The text was updated successfully, but these errors were encountered: