Baselight

Listing Of Active Businesses

City of Los Angeles

@usgov.city_of_los_angeles_listing_of_active_businesses

About this Dataset

Listing Of Active Businesses

Listing of all active businesses currently registered with the Office of Finance. An "active" business is defined as a registered business whose owner has not notified the Office of Finance of a cease of business operations. Update Interval: Monthly. NAICS Codes are from 2007 NAICS: https://www.census.gov/cgi-bin/sssd/naics/naicsrch?chart=2007
Organization: City of Los Angeles
Last updated: 2020-11-10T17:52:07.786201

Tables

Table 1

@usgov.city_of_los_angeles_listing_of_active_businesses.table_1
  • 60.67 MB
  • 601393 rows
  • 16 columns
Loading...

CREATE TABLE table_1 (
  "location_account" VARCHAR,
  "business_name" VARCHAR,
  "dba_name" VARCHAR,
  "street_address" VARCHAR,
  "city" VARCHAR,
  "zip_code" VARCHAR,
  "location_description" VARCHAR,
  "mailing_address" VARCHAR,
  "mailing_city" VARCHAR,
  "mailing_zip_code" VARCHAR,
  "naics" DOUBLE,
  "primary_naics_description" VARCHAR,
  "council_district" BIGINT,
  "location_start_date" TIMESTAMP,
  "location_end_date" VARCHAR,
  "location" VARCHAR
);