There are a bunch of `np.int()` calls that should be `int()`. There are probably some "assigning to a copy" warnings from pandas. Maybe others?
There are a bunch of
np.int()calls that should beint().There are probably some "assigning to a copy" warnings from pandas.
Maybe others?