Baselight

Most High Rated Kaggle Datasets

"A curated collection of Kaggle's most popular and widely used datasets for data

@kaggle.realhamzanet_most_high_rated_kaggle_datasets

  • 5.94 KB
  • 5 rows
  • 6 columns
title

Title

description

Description

url

URL

file_types

File Types

size

Size

tags

Tags

Credit Card Fraud DetectionContains transactions made by credit cards labeled as fraudulent or genuine.https://www.kaggle.com/mlg-ulb/creditcardfraudCSV68 MBFraud Detection, Anomaly Detection
European Soccer DatabaseComprehensive database of European soccer matches, players, and teams from 2008 to 2016.https://www.kaggle.com/hugomathien/soccerSQLite160 MBSports Analytics, Predictive Modeling
Avocado PricesHistorical data on avocado prices and sales volume in multiple regions.https://www.kaggle.com/neuromusic/avocado-pricesCSV1 MBTime Series, Market Trends
IBM HR Analytics Employee Attrition & PerformanceExplores employee attrition and performance with various features.https://www.kaggle.com/pavansubhasht/ibm-hr-analytics-attrition-datasetCSV297 KBHR Analytics, Employee Performance
Black Friday DataSales transactions captured during a Black Friday event.https://www.kaggle.com/sdolezel/black-fridayCSV3 MBRetail Analytics, Customer Insights

CREATE TABLE kaggle_popular_datasets (
  "title" VARCHAR,
  "description" VARCHAR,
  "url" VARCHAR,
  "file_types" VARCHAR,
  "size" VARCHAR,
  "tags" VARCHAR
);

Share link

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