🐟 Ohio's Fish Stocking History: 1970-Present 🎣
From Harvest to Trophy: Tailoring Ohio's Waters for Every Angler
@kaggle.ryanlingo_ohios_fish_stocking_history_1970_present
From Harvest to Trophy: Tailoring Ohio's Waters for Every Angler
@kaggle.ryanlingo_ohios_fish_stocking_history_1970_present
This dataset gives a thorough look at fish stocking activities in Ohio from 1970 to now, managed by the ODNR Division of Wildlife. It covers various fish species to meet diverse angler interests, from high-catch to trophy fishing. The data is available through Data Ohio and can be accessed here.
CREATE TABLE ohio_fish_stocking (
"location_name" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"acres" DOUBLE,
"year" BIGINT,
"species_name" VARCHAR,
"stagename" VARCHAR,
"numberstocked" BIGINT
);
Anyone who has the link will be able to view this.