Baselight

AIDS Clinical Trials Group Study 175 Dataset

Decoding AIDS Treatments: A Randomized, Double-Blind Phase II/III Trial

@kaggle.tanshihjen_aids_clinical_trials

Aids Clinicaltrial Groupstudy175
@kaggle.tanshihjen_aids_clinical_trials.aids_clinicaltrial_groupstudy175

  • 63.13 KB
  • 2139 rows
  • 24 columns
time

Time

trt

Trt

age

Age

wtkg

Wtkg

hemo

Hemo

homo

Homo

drugs

Drugs

karnof

Karnof

oprior

Oprior

z30

Z30

zprior

Zprior

preanti

Preanti

race

Race

gender

Gender

str2

Str2

strat

Strat

symptom

Symptom

treat

Treat

offtrt

Offtrt

cd40

Cd40

cd420

Cd420

cd80

Cd80

cd820

Cd820

label

Label

94824889.8128100111422477566324
100236149.442490118951311622183925641
96134588.4521190117071131132627420631893
116634785.2768110011139911312873941590966
10904366.67921100111352113504353870782
118114688.90561110011118111312353398601060
7943173.02961100119301132442257086991
9574166.225611100111329113401366889720
19834082.55521901110741131112141076521311
1883578.019211001196411312211322217591

CREATE TABLE aids_clinicaltrial_groupstudy175 (
  "time" BIGINT,
  "trt" BIGINT,
  "age" BIGINT,
  "wtkg" DOUBLE,
  "hemo" BIGINT,
  "homo" BIGINT,
  "drugs" BIGINT,
  "karnof" BIGINT,
  "oprior" BIGINT,
  "z30" BIGINT,
  "zprior" BIGINT,
  "preanti" BIGINT,
  "race" BIGINT,
  "gender" BIGINT,
  "str2" BIGINT,
  "strat" BIGINT,
  "symptom" BIGINT,
  "treat" BIGINT,
  "offtrt" BIGINT,
  "cd40" BIGINT,
  "cd420" BIGINT,
  "cd80" BIGINT,
  "cd820" BIGINT,
  "label" BIGINT
);

Share link

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