Learn R Programming

r2dii.data (version 0.6.0)

isic_classification: Dataset to bridge (translate) common sector-classification codes

Description

This dataset serves as a translation key between common sector-classification systems and sectors relevant to the 'PACTA' tool (https://www.transitionmonitor.com/).

Usage

isic_classification

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 830 rows and 6 columns.

Definitions

  • 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.., * code (character): ISIC Rev 5 code with top-level letter prepended., * description (character): Original ISIC Rev 5 title., * original_code (character): Original ISIC Rev 5 code., * revision (character): Column identifying to which ISIC revision the code belongs.., * sector (character): Associated PACTA sector.

Details

Classification datasets help to standardize sector classification codes from the wild to a relevant subset including 'power', 'oil and gas', 'coal', 'automotive', 'aviation', 'concrete', 'steel', and 'shipping'.

See Also

data_dictionary.

Other datasets for bridging sector classification codes: gics_classification, nace_classification, naics_classification, psic_classification, sector_classifications, sic_classification

Examples

Run this code
head(isic_classification)

Run the code above in your browser using DataLab