Data From: On-farm Wildflower Plantings Generate Opposing Reproductive Outcomes For Solitary And Bumble Bee Species
Department of Agriculture
@usgov.usda_gov_data_from_on_farm_wildflower_plantings_genera_b072a5fa
Department of Agriculture
@usgov.usda_gov_data_from_on_farm_wildflower_plantings_genera_b072a5fa
Pollinator habitat can be planted on farms to enhance floral and nesting resources, and subsequently, pollinator populations. There is ample evidence linking such plantings to greater pollinator abundance on farms, but less is known about their effects on pollinator reproduction. We placed Bombus impatiens Cresson (Hymenoptera: Apidae) and Megachile rotundata (F.) (Hymenoptera: Megachilidae) nests out on 19 Mid-Atlantic farms in 2018, where half (n=10) the farms had established wildflower plantings and half (n=9) did not. Bombus impatiens nests were placed at each farm in spring and mid-summer and repeatedly weighed to capture colony growth. We quantified the relative production of reproductive castes and assessed parasitism rates by screening for conopid fly parasitism and Nosema spores within female workers. We also released M. rotundata cocoons at each farm in spring and collected new nests and emergent adult offspring over the next year, recording female weight as an indicator of reproductive potential and quantifying Nosema parasitism and parasitoid infection rates. Bombus impatiens nests gained less weight and contained female workers with Nosema spore loads over 150x greater on farms with wildflower plantings. In contrast, M. rotundata female offspring weighed more on farms with wildflower plantings and marginally less on farms with honey bee hives. We conclude that wildflower plantings likely enhance reproduction in some species, but that they could also enhance microsporidian parasitism rates in susceptible bee species. It will be important to determine how wildflower planting benefits can be harnessed while minimizing parasitism in wild and managed bee species.
Organization: Department of Agriculture
Last updated: 2025-01-31T23:39:59.688766
Tags: bombus-impatiens-cresson, megachile-rotundata, nosema, wildflower-planting
CREATE TABLE bombus_impatiens_nest_weight_contents (
"season" VARCHAR,
"farm" VARCHAR,
"wildflower_planting" VARCHAR,
"max_weight_change" DOUBLE,
"hives" VARCHAR,
"seminat_1000m" DOUBLE,
"seminat_500m" DOUBLE,
"seminat_250m" DOUBLE,
"queens" BIGINT,
"females" BIGINT,
"males" BIGINT,
"pollen" BIGINT,
"total_offspring" BIGINT,
"hive_count" BIGINT,
"hive_dist" BIGINT,
"mq_index" BIGINT
);CREATE TABLE bombus_impatiens_nosema_parasitism (
"farm" VARCHAR,
"wildflower_planting" VARCHAR,
"snh_500m" DOUBLE,
"snh_250m" DOUBLE,
"snh_1000m" DOUBLE,
"hives" VARCHAR,
"season" VARCHAR,
"specimen" VARCHAR,
"nos_pa" BIGINT,
"count_1" BIGINT,
"count_2" BIGINT,
"count_3" BIGINT,
"count_4" BIGINT,
"count_5" BIGINT,
"sporesx25000" BIGINT
);CREATE TABLE megachile_rotundata (
"farm" VARCHAR,
"wildflower_planting" VARCHAR,
"hive" VARCHAR,
"female_avg_weight" VARCHAR,
"seminat_250m" DOUBLE,
"female_offspring" VARCHAR,
"male_offspring" VARCHAR,
"total_adult_offspring" VARCHAR,
"prop_females" VARCHAR,
"total_mortality" BIGINT,
"live_offspring" BIGINT,
"total_live_dead" BIGINT,
"prop_mortality" DOUBLE,
"parasitoid_infected_cells" BIGINT,
"parasitoid_pa" BIGINT
);Anyone who has the link will be able to view this.