Skip to content

Conversation

lodagro
Copy link
Contributor

@lodagro lodagro commented Jan 10, 2012

Before, the following global variables in pandas.core.common were used to store print options:

  • _float_format
  • _column_space
  • _precision
  • _max_rows
  • _max_columns

Now these are stored in pandas.core.common.GlobalPrintConfig, when setting the engineering float formatter it should alter GlobalPrintConfig and not the above variables (which i commented out by the way sine i think they are no longer used). Otherwise it has no effect.

@wesm wesm closed this Jan 10, 2012
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.

3 participants