We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd11c8 commit 0eb754eCopy full SHA for 0eb754e
src/idom/config.py
@@ -58,7 +58,7 @@
58
59
IDOM_FEATURE_INDEX_AS_DEFAULT_KEY = _Option(
60
"IDOM_FEATURE_INDEX_AS_DEFAULT_KEY",
61
- default=False,
+ default=True,
62
mutable=False,
63
validator=lambda x: bool(int(x)),
64
)
0 commit comments