John Blomberg
John Blomberg
To simplify the control flow and make it harder for a user to ignore any 'None' return values I propose to switch error handling to use exceptions instead. For the...
Current documentation for the Alpaca streaming API expects the web socket authentication message to contain a flat JSON object with the keys "action", "key" and "secret".  When debugging the...
Hi, Just updated the code to remove deprecation warnings for ffill() and stack() Pandas methods. For more info related to these updates check the Pandas release notes: https://pandas.pydata.org/docs/whatsnew/v2.1.0.html  ...