You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When checking XEMM with gateway connector, we noticed that at the status command, it returned a warning of ..the frame.append method is deprecated and will be removed from the pandas in the future version. Use pandas.concat instead..
While this is happening, we dont see possible issues yet with XEMM strategy but would possibly be when frame.append is removed from pandas in the future version.
Steps To Reproduce
Setup XEMM with gateway connector
After start command, run status and observe behavior
Release version
1.19.0 and dev-1.19.0
Attachments
The error does not show on log files.
The text was updated successfully, but these errors were encountered:
nikspz
changed the title
XEMM - Getting `FutureWarning: the frame.append method is deprecated"
XEMM - Getting `FutureWarning: the frame.append method is deprecated" while using gateway connector
Sep 29, 2023
Describe the bug
When checking XEMM with gateway connector, we noticed that at the
status
command, it returned a warning of..the frame.append method is deprecated and will be removed from the pandas in the future version. Use pandas.concat instead..
While this is happening, we dont see possible issues yet with XEMM strategy but would possibly be when
frame.append
is removed from pandas in the future version.Steps To Reproduce
start
command, runstatus
and observe behaviorRelease version
1.19.0 and dev-1.19.0
Attachments
The error does not show on log files.
The text was updated successfully, but these errors were encountered: