You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
maurolepore
changed the title
Please check why NAs for ep_products without tilt_sector are not preserved in sector_profile()profile_sector() fails to handle case "b"
Jul 2, 2024
sector_profile()
now accounts for unmatchedtype
,sector
orsubsector
tiltIndicator#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_product
that don't have any results because they miss thetilt_sector
.I detected a few examples by comparing results from
emission_profile
andsector_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_products
without 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
The text was updated successfully, but these errors were encountered: