Pandas Practices
this dataset for practices with pandas
@kaggle.melihkanbay_police
this dataset for practices with pandas
@kaggle.melihkanbay_police
CREATE TABLE police (
"stop_date" TIMESTAMP,
"stop_time" VARCHAR,
"county_name" VARCHAR,
"driver_gender" VARCHAR,
"driver_age_raw" DOUBLE,
"driver_age" DOUBLE,
"driver_race" VARCHAR,
"violation_raw" VARCHAR,
"violation" VARCHAR,
"search_conducted" BOOLEAN,
"search_type" VARCHAR,
"stop_outcome" VARCHAR,
"is_arrested" VARCHAR,
"stop_duration" VARCHAR,
"drugs_related_stop" BOOLEAN
);
Anyone who has the link will be able to view this.