Data From: Scale Insect (Hemiptera: Coccomorpha) Morphology Is Transformed Under Trophobiosis
Department of Agriculture
@usgov.usda_gov_data_from_scale_insect_hemiptera_coccomorpha__64aac181
Department of Agriculture
@usgov.usda_gov_data_from_scale_insect_hemiptera_coccomorpha__64aac181
CREATE TABLE raw_data_linear_leg_and_body_measurements (
"genus" VARCHAR,
"species" VARCHAR,
"association" VARCHAR,
"trochanter_width_um" VARCHAR,
"trochanter_length_um" VARCHAR,
"femur_width_um" VARCHAR,
"femur_length_um" VARCHAR,
"tibia_width_um" VARCHAR,
"tibia_length_um" VARCHAR,
"tarsus_width_um" VARCHAR,
"tarsus_length_um" VARCHAR,
"tarsal_claw_width_um" VARCHAR,
"tarsal_claw_length_um" VARCHAR,
"overall_body_length_um" DOUBLE,
"overall_body_width_um" DOUBLE,
"body_ratio" DOUBLE,
"shape_code" BIGINT,
"color_code" VARCHAR
);
CREATE TABLE posteriorostiolesdata (
"genus" VARCHAR,
"species" VARCHAR,
"association" VARCHAR,
"posterior_ostioles" VARCHAR,
"post_ostiole_length" DOUBLE,
"overall_body_length" DOUBLE,
"color_code" VARCHAR,
"shape_code" BIGINT
);
CREATE TABLE anteriorostiolesdata (
"genus" VARCHAR,
"species" VARCHAR,
"association" VARCHAR,
"anterior_ostioles" VARCHAR,
"ant_ostioles_length" DOUBLE,
"overall_body_length" DOUBLE,
"unnamed_6" DOUBLE,
"color_code" VARCHAR,
"shape_code" BIGINT
);
CREATE TABLE shapelabels_all (
"specid" BIGINT,
"species" VARCHAR,
"associated" VARCHAR,
"color_code" VARCHAR,
"genus" VARCHAR,
"shape" BIGINT
);
CREATE TABLE shapelabels2_noxeno (
"specid" BIGINT,
"species" VARCHAR,
"associated" VARCHAR,
"color_code" VARCHAR,
"genus" VARCHAR,
"shape" BIGINT
);
CREATE TABLE shapelabels3_rhizo (
"specid" BIGINT,
"species" VARCHAR,
"associated" VARCHAR,
"color_code" VARCHAR,
"genus" VARCHAR,
"shape" BIGINT
);
CREATE TABLE labels (
"unnamed_0" BIGINT,
"c_c_users_jsodan1_documents_mealybug_images_capitesell_baf3a592" VARCHAR
);
Anyone who has the link will be able to view this.