-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include Market_Code and Negear codes #14
Comments
Are MARKET_CODE and MKTCAT the same? |
No MKTCAT is integer, unsure what each digit represents. |
OK...we can definitely map those codes. MKTCAT is currently carried over in |
We might also want to think about pulling directly from stockeff tables. Will speed up the pull time greatly. |
Unfortunately the stockeff table is missing the sppvalue field. But maybe that is a simple fix if SSB has a look up table of prices. |
So there is a table in stockeff called mv_cf_species_c which maps NESPP4 (MKTCAT) to MARKET_CODE. Edit: a better solution |
Can now pull MARKET_CODE from
Result:
Just need to incorporate into |
I'll add this into the main work flow for comlandr |
Can we include MARKET_CODE in the final product as well as NEGEAR codes?
MARKET_CODE is a column in stock efficiency table whereas MKTCAT is integer code in cfspp
Then aggregate as needed
The text was updated successfully, but these errors were encountered: