Michigan Timber Auctions
Data on Timber Auctions from the Michigan Department of Natural Resources
@kaggle.erichschulman_michigan_timber_auctions
Data on Timber Auctions from the Michigan Department of Natural Resources
@kaggle.erichschulman_michigan_timber_auctions
CREATE TABLE mich_bids (
"unnamed_0" BIGINT,
"appraised_value_per_unit" DOUBLE,
"bid_open_date" TIMESTAMP,
"bid_open_location" VARCHAR,
"bid_open_time" VARCHAR,
"bid_per_unit" DOUBLE,
"bid_non_bid_species" VARCHAR,
"bidder_name" VARCHAR,
"estimated_volume" DOUBLE,
"highest" VARCHAR,
"no_bid_sale" VARCHAR,
"product" VARCHAR,
"sale" VARCHAR,
"sale_name" VARCHAR,
"species" VARCHAR,
"units" VARCHAR
);
CREATE TABLE mich_sales (
"unnamed_0" BIGINT,
"acres" DOUBLE,
"date" TIMESTAMP,
"date_1" TIMESTAMP,
"date_2" TIMESTAMP,
"expiration" BIGINT,
"length_days" BIGINT,
"purchaser_name" VARCHAR,
"received" DOUBLE,
"sale_name" VARCHAR,
"sale_number" BIGINT,
"seq" BIGINT,
"value" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.