sybil-scorer icon indicating copy to clipboard operation
sybil-scorer copied to clipboard

FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas

Open poupou-web3 opened this issue 1 year ago • 0 comments

TransactionAnalyser.py:761: FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas has dtype incompatible with int64, please explicitly cast to a compatible dtype first. df_features.loc[df_bool_less_10_tx, 'lcs'] = r.apply(lambda x: self.get_lcs(x))

poupou-web3 avatar Nov 01 '23 19:11 poupou-web3