Skip to content

Commit 0167e24

Browse files
author
y-p
committed
ENH: Add new core.config API functions to the pandas top level module
1 parent cd8c446 commit 0167e24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/api.py

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@
2929
# legacy
3030
from pandas.core.daterange import DateRange # deprecated
3131
import pandas.core.datetools as datetools
32+
33+
from pandas.core.config import get_option,set_option,reset_option,\
34+
reset_options,describe_options

0 commit comments

Comments
 (0)