Investment Data of Power Plant

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
integer
Sample
                       
Power Source
               

No description available for this field.

Name (identifier)
power_source
Type
text
Sample
                       
Total Investment (rmb x 100 million yuan)
               

No description available for this field.

Name (identifier)
total_investment_rmb_x_100_million_yuan
Type
decimal
Sample
                       
Cumulative YOY Growth
               

No description available for this field.

Name (identifier)
cumulative_yoy_growth
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"investment-data-of-power-plant",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/investment-data-of-power-plant"
      }
    ]
    ,
  • "definitions":
    {
    • "investment-data-of-power-plant":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/investment-data-of-power-plant_records"
            }
          }
        }
      }
      ,
    • "investment-data-of-power-plant_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"integer",
              • "title":"Month",
              • "description":""
              }
              ,
            • "power_source":
              {
              • "type":"string",
              • "title":"Power Source",
              • "description":""
              }
              ,
            • "total_investment_rmb_x_100_million_yuan":
              {
              • "type":"number",
              • "title":"Total Investment (rmb x 100 million yuan)",
              • "description":""
              }
              ,
            • "cumulative_yoy_growth":
              {
              • "type":"number",
              • "title":"Cumulative YOY Growth",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets