-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: gains
isic_classification
Revision 5 (#347)
- Loading branch information
Showing
14 changed files
with
953 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
dataset,column,typeof,definition | ||
isic_classification,code,character,Original ISIC code | ||
isic_classification,code_level,double,Level of granularity of ISIC code | ||
isic_classification,sector,character,Associated 2dii sector | ||
isic_classification,borderline,logical,Flag indicating if 2dii sector and classification code are a borderline match. The value TRUE indicates that the match is uncertain between the 2dii sector and the classification. The value FALSE indicates that the match is certainly perfect or the classification is certainly out of 2dii's scope. | ||
isic_classification,ISIC Rev 5 Code,character,Original ISIC Rev 5 code | ||
isic_classification,ISIC Rev 5 Title,character,Original ISIC Rev 5 title | ||
isic_classification,code,character,ISIC Rev 5 code with top-level letter prepended | ||
isic_classification,sector,character,Associated PACTA sector | ||
isic_classification,borderline,logical,Flag indicating if PACTA sector and classification code are a borderline match. The value TRUE indicates that the match is uncertain between the PACTA sector and the classification. The value FALSE indicates that the match is certainly perfect or the classification is certainly out of PACTA's scope. | ||
isic_classification,revision,character,Column identifying to which ISIC revision the code belongs. |
Oops, something went wrong.