kwadwobro
Results
2
issues of
kwadwobro
I am wondering why there are nan values in the HW column created on this line of the code def compute_home_wins(self, matches_df: pd.DataFrame) -> pd.DataFrame: matches_df['HW'] = self._compute_last_results(matches_df=matches_df, team_column='Home Team',...
This issue was ultimately caused by an update to the Binance API https://github.com/binance-exchange/binance-java-api/issues/221 The above issue was opened and closed, updating BinanceApiConstants.DEFAULT_RECEIVING_WINDOW to the appropriate number allowing the API call...