Skip to content
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