Baselight

The Quran Dataset

Entire Quran with English Translation. All the Ayats in Arabic and English.

@kaggle.imrankhan197_the_quran_dataset

Loading...
Loading...

About this Dataset

The Quran Dataset

Context

The Holy Quran is the word of God which has many jewels hidden inside it. As different fields of study view The Quran in different lights, new information and wisdom comes to light. This dataset will help researchers to do analysis of merge with other datasets to derive new conclusions.

Content

All the ayats of The Quran are presented as separate records in Arabic along with the translation. There is necessary reference for each Ayat and other features.

Tables

The Quran Dataset

@kaggle.imrankhan197_the_quran_dataset.the_quran_dataset
  • 1.67 MB
  • 6236 rows
  • 19 columns
Loading...

CREATE TABLE the_quran_dataset (
  "surah_no" BIGINT,
  "surah_name_en" VARCHAR,
  "surah_name_ar" VARCHAR,
  "surah_name_roman" VARCHAR,
  "ayah_no_surah" BIGINT,
  "ayah_no_quran" BIGINT,
  "ayah_ar" VARCHAR,
  "ayah_en" VARCHAR,
  "ruko_no" BIGINT,
  "juz_no" BIGINT,
  "manzil_no" BIGINT,
  "hizb_quarter" BIGINT,
  "total_ayah_surah" BIGINT,
  "total_ayah_quran" BIGINT,
  "place_of_revelation" VARCHAR,
  "sajah_ayah" BOOLEAN,
  "sajdah_no" DOUBLE,
  "no_of_word_ayah" BIGINT,
  "list_of_words" VARCHAR
);

Share link

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