This reprex shows the output of tiltIndicator is as expected but not tiltIndicatorAfter.
(Original)
Dear @maurolepore ,
I detected another case of NAs that seems to not be preserved in sector_profile(). That is the case where clustered == b in this reprex. I.e., in the sector_profile product-level output you shared, the output lacks those ep_product that don't have any results because they miss the tilt_sector.
I detected a few examples by comparing results from emission_profile and sector_profile. One example is the companies_id == "%ef%bb%bfmathias-maschinenhandel-laserservice_00000005053892-001"
You can see in the two screenshots below that in the emission_profile() the company contains 7 ep_products, but in sector_profile only 1.
Emission Profile

Sector Profile

Note: The ep_products without any results should be preserved on product-level for sector_profile(), similar as it's done for emission_profile().
The data sources I'm referring to are the product-level outputs from Release v0.0.0.9003
sector_profile()now accounts for unmatchedtype,sectororsubsectortiltIndicator#739profile_sector()fails to handle case "c" #279.This reprex shows the output of tiltIndicator is as expected but not tiltIndicatorAfter.
(Original)
Dear @maurolepore ,
I detected another case of NAs that seems to not be preserved in
sector_profile(). That is the case whereclustered== b in this reprex. I.e., in the sector_profile product-level output you shared, the output lacks thoseep_productthat don't have any results because they miss thetilt_sector.I detected a few examples by comparing results from
emission_profileandsector_profile. One example is thecompanies_id== "%ef%bb%bfmathias-maschinenhandel-laserservice_00000005053892-001"You can see in the two screenshots below that in the emission_profile() the company contains 7 ep_products, but in sector_profile only 1.
Emission Profile

Sector Profile

Note: The
ep_productswithout any results should be preserved on product-level for sector_profile(), similar as it's done foremission_profile().The data sources I'm referring to are the product-level outputs from Release v0.0.0.9003