python - Saving and restoring pandas display options -
says that I want to save the position of display options for pandals, change them and want to restore them later I am Is there any way to do each one of the alternatives without recording (and later reinstatement)?
Docs, see below that section, this feature is new to 0.13.1
< P> You can pass 1 or more options here pd.option_context ('display .max_columns', 1): #some good
Comments
Post a Comment