Baselight

Hospital-price-transparency

prices that are easy to compare

@kaggle.natesutton_hospitalpricetransparency

Price
@kaggle.natesutton_hospitalpricetransparency.price

  • 6.23 MB
  • 1507795 rows
  • 4 columns
hospital_id

Hospital Id

concept_id

Concept Id

price

Price

amount

Amount

12101826gross6147
12101827gross9221
140757009gross13614
140756966gross16559
132598gross10.69
1927066gross1077
1927066gross682
1927067gross296.5
12101870gross339
142628045gross661.2

CREATE TABLE price (
  "hospital_id" BIGINT,
  "concept_id" BIGINT,
  "price" VARCHAR,
  "amount" DOUBLE
);

Share link

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