The Quran Dataset
Entire Quran with English Translation. All the Ayats in Arabic and English.
@kaggle.imrankhan197_the_quran_dataset
Entire Quran with English Translation. All the Ayats in Arabic and English.
@kaggle.imrankhan197_the_quran_dataset
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
);
Anyone who has the link will be able to view this.