This dataset contains 1427 examples with the following columns:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The dataset is provided in JSON format and contains a single train split.
from datasets import load_dataset
dataset = load_dataset("RazielGuinhos/RaccoonDataset")
print(dataset['train'][0])
This dataset was uploaded using an automated script.