Baselight

Machine Learning Basics For Beginners🤖🧠

Machine Learning Basics

@kaggle.bhanupratapbiswas_machine_learning_basics_for_beginners

Homeprices
@kaggle.bhanupratapbiswas_machine_learning_basics_for_beginners.homeprices

  • 2.18 KB
  • 8 rows
  • 2 columns
area

Area

price

Price

2600550000
3000565000
3200610000
3600680000
4000725000
4400770000
4800815000
5200860000

CREATE TABLE homeprices (
  "area" BIGINT,
  "price" BIGINT
);

Share link

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