Closed kylemann16 closed 6 months ago
This pull request makes a couple of major changes:
Convert from using mostly numpy ndarrays to pandas DataFrames
Add Filters to Metrics
Split up methods a bit more in Shatter so that computationally heavy pieces have more room to operate.
Add Attribute dependencies for a Metric so we can be sure that the database and any ingested data has that attribute
Change Extract to be using pandas DataFrames as well.
This pull request makes a couple of major changes:
Convert from using mostly numpy ndarrays to pandas DataFrames
Add Filters to Metrics
Split up methods a bit more in Shatter so that computationally heavy pieces have more room to operate.
Add Attribute dependencies for a Metric so we can be sure that the database and any ingested data has that attribute
Change Extract to be using pandas DataFrames as well.