FBI NICS Firearm Background Check Data
Number of firearm background checks initiated through the NICS
@kaggle.saurabhshahane_fbi_criminal_background
Number of firearm background checks initiated through the NICS
@kaggle.saurabhshahane_fbi_criminal_background
CREATE TABLE nics_firearm_background_checks (
"month" VARCHAR,
"state" VARCHAR,
"permit" DOUBLE,
"permit_recheck" DOUBLE,
"handgun" DOUBLE,
"long_gun" DOUBLE,
"other" DOUBLE,
"multiple" BIGINT,
"admin" DOUBLE,
"prepawn_handgun" DOUBLE,
"prepawn_long_gun" DOUBLE,
"prepawn_other" DOUBLE,
"redemption_handgun" DOUBLE,
"redemption_long_gun" DOUBLE,
"redemption_other" DOUBLE,
"returned_handgun" DOUBLE,
"returned_long_gun" DOUBLE,
"returned_other" DOUBLE,
"rentals_handgun" DOUBLE,
"rentals_long_gun" DOUBLE,
"private_sale_handgun" DOUBLE,
"private_sale_long_gun" DOUBLE,
"private_sale_other" DOUBLE,
"return_to_seller_handgun" DOUBLE,
"return_to_seller_long_gun" DOUBLE,
"return_to_seller_other" DOUBLE,
"totals" BIGINT
);
Anyone who has the link will be able to view this.