We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8c446 commit 0167e24Copy full SHA for 0167e24
pandas/core/api.py
@@ -29,3 +29,6 @@
29
# legacy
30
from pandas.core.daterange import DateRange # deprecated
31
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