Growth Stage Records
growth_records
This resource contains records of observed growth stages for various flora species.
- Path:
resources/growth_records/data.parquet - Primary key: (
record_id) - Foreign keys:
species_id→species_catalog.species_idlocation_region,location_country→location_catalog.[region, country]
| Name | Title | Type | Description |
|---|---|---|---|
record_id |
Record ID | integer | The unique identifier for each growth record. |
species_id |
Species | integer | The species the observation was made for. |
observation_date |
Observation date | date | The date when the observation was made. |
growth_stage |
Growth Stage | string | The observed growth stage of the species. |
location_region |
Location Region | string | The region of the location. |
location_country |
Location Country | string | The country of the location. |