Hadith Narrators Dataset (+24K)
Discover how the main texts of Islam have been transmitted through generations
@kaggle.fahd09_hadith_narrators
Discover how the main texts of Islam have been transmitted through generations
@kaggle.fahd09_hadith_narrators
CREATE TABLE all_rawis (
"scholar_indx" BIGINT,
"name" VARCHAR,
"grade" VARCHAR,
"parents" VARCHAR,
"spouse" VARCHAR,
"siblings" VARCHAR,
"children" VARCHAR,
"birth_date_place" VARCHAR,
"places_of_stay" VARCHAR,
"death_date_place" VARCHAR,
"teachers" VARCHAR,
"students" VARCHAR,
"area_of_interest" VARCHAR,
"tags" VARCHAR,
"books" VARCHAR,
"students_inds" VARCHAR,
"teachers_inds" VARCHAR,
"birth_place" VARCHAR,
"birth_date" VARCHAR,
"birth_date_hijri" DOUBLE,
"birth_date_gregorian" DOUBLE,
"death_date_hijri" DOUBLE,
"death_date_gregorian" DOUBLE,
"death_place" VARCHAR,
"death_reason" VARCHAR
);
Anyone who has the link will be able to view this.