Baselight

Pandas Practices

this dataset for practices with pandas

@kaggle.melihkanbay_police

Loading...
Loading...

About this Dataset

Pandas Practices

Context

vehicles stopped and search by the police

Content

Age, reason....

Acknowledgements

thx for stanford

Inspiration

do practice

Tables

Police

@kaggle.melihkanbay_police.police
  • 555.86 KB
  • 91741 rows
  • 15 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.