Investment Data of Power Grid

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
text
Sample
                       
Statistical Period Month
               

No description available for this field.

Name (identifier)
statistical_period_month
Type
text
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
integer
Sample
                       
Total Investment (100 million yuan)
               

No description available for this field.

Name (identifier)
total_investment_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-grid",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/investment-data-of-power-grid"
      }
    ]
    ,
  • "definitions":
    {
    • "investment-data-of-power-grid":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/investment-data-of-power-grid_records"
            }
          }
        }
      }
      ,
    • "investment-data-of-power-grid_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "statistical_period_month":
              {
              • "type":"string",
              • "title":"Statistical Period Month",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"integer",
              • "title":"Month",
              • "description":""
              }
              ,
            • "total_investment_100_million_yuan":
              {
              • "type":"number",
              • "title":"Total Investment (100 million yuan)",
              • "description":""
              }
              ,
            • "cumulative_yoy_growth":
              {
              • "type":"number",
              • "title":"Cumulative YOY Growth",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets