USEPA / IO-Model-Builder

Create environmentally extended input-output models
Other
13 stars 7 forks source link

as_matrix deprecated #14

Open bl-young opened 3 years ago

bl-young commented 3 years ago

the as_matrix function here has been deprecated since pandas 0.23

recommendation is to use .to_numpy() isntead.