# Install the datasets library from datasets import load_dataset # Load the dataset dataset = load_dataset("MohamedRashad/arabic-books") # Print the dataset info print(dataset)