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 ba1a334 commit 20d3ca3Copy full SHA for 20d3ca3
msticpy/analysis/anomalous_sequence/sessionize.py
@@ -20,7 +20,7 @@
20
# mypy: ignore-errors
21
_PD_VERSION = Version(pd.__version__)
22
if Version("2.2.0") <= _PD_VERSION:
23
- pd.set_option("future.no_silent_downcasting", val=True)
+ pd.set_option(pat="future.no_silent_downcasting", val=True)
24
25
26
def sessionize_data( # noqa: PLR0913
0 commit comments