8000 PR: adding a core.config module to hold package-wide configurables · Pull Request #2097 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

PR: adding a core.config module to hold package-wide configurables #2097

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

Merged
merged 5 commits into from Nov 27, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ENH: Add new core.config API functions to the pandas top level module
  • Loading branch information
y-p committed Nov 25, 2012
commit 0167e246b74789cc0181b603520ec7f58ef7b5fe
3 changes: 3 additions & 0 deletions pandas/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
# legacy
from pandas.core.daterange import DateRange # deprecated
import pandas.core.datetools as datetools

from pandas.core.config import get_option,set_option,reset_option,\
reset_options,describe_options
0