🌿 Using Python to determine the most common state plants for New York State.
Data citation:
- USDA, NRCS. 2021. The PLANTS Database (http://plants.usda.gov, 3 March 2021). National Plant Data Team, Greensboro, NC 27401-4901 USA.
The Goals:
- Create a genus and scientific name column from the provided information to get more detailed information on the types of plants
- Get the total number of plants
- Create a chart of the top 10 plants for each family
- Create a graph of the top 10 plants for each genus
- Create a graph of the top 10 plants for each scientific name
- Create charts to show the top 10 plants for each type of classification by count and percentage
- In the data set, there were 16,351 plants from New York State.
- The most common plant family was “Asteraceae,” and the top 10 can be seen in the family_count.png.
- The most common plant genus was “Carex,” and the top 10 can be seen in the genus_count.png.
- The most common plant species classified under the scientific name was Deschampsia cespitosa, and the sci_name_count.png shows the top ten.
- Classification_percent.png to shows how the counts and percentages for the three types of classification compare with one another.
The classification_percent.png shows the most interesting information related to plant classification. From the Family chart down to the Scientific Name, the counts and percentages decrease. This shows how scientific classification becomes more specific the closer you get to the scientific name.