Closed SichangHe closed 6 months ago
-1 for neighbor if no data in AS relationship DB.
Yeah, I like those classes.
What I was thinking for the really naughty boys was something like: df[(df['neighbor'] > 250) & (df['import'] > 0) & (df['export'] > 0) & (df['import'] + df['export'] < 25)]
, which is pretty close to what you have. I think we could try this out.
What I was thinking for the really naughty boys was something like:
df[(df['neighbor'] > 250) & (df['import'] > 0) & (df['export'] > 0) & (df['import'] + df['export'] < 25)]
, which is pretty close to what you have.
As @cunha and I talked about today: