Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supply chain: prevent warnings from dtype incompatibilities (#115)
Pandas now throws warnings when you try to combine different data types rather than coercing the data. The supplychain module fills an empty data frame with '0' and adds calculated values into the frame. This update fills the frame with '0.0' so that the dtypes match and pandas will shut up. Co-authored-by: emanuel-schmid <[email protected]>
- Loading branch information