A study of Asian Religious and Biblical Texts
Donated on 12/23/2019
Mainly from Project Gutenberg, we combine Upanishads, Yoga Sutras, Buddha Sutras, Tao Te Ching and Book of Wisdom, Book of Proverbs, Book of Ecclesiastes and Book of Ecclesiasticus
Dataset Characteristics
Multivariate, Text
Subject Area
Social Science
Associated Tasks
Classification, Clustering
Feature Type
Integer
# Instances
590
# Features
8265
Dataset Files
File | Size |
---|---|
AllBooks_baseline_DTM_Unlabelled.csv | 41.9 MB |
AllBooks_baseline_DTM_Labelled.csv | 9.4 MB |
Complete_data .txt | 720.7 KB |
Reviews
There are no reviews for this dataset yet.
Download (629 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset a_study_of_asian_religious_and_biblical_texts = fetch_ucirepo(id=512) # data (as pandas dataframes) X = a_study_of_asian_religious_and_biblical_texts.data.features y = a_study_of_asian_religious_and_biblical_texts.data.targets # metadata print(a_study_of_asian_religious_and_biblical_texts.metadata) # variable information print(a_study_of_asian_religious_and_biblical_texts.variables)
0 citations
2907 views
Citation
A study of Asian Religious and Biblical Texts [Dataset]. (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C55S4W.
Style:
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.