Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
nicholasKluge commited on
Commit
14289be
·
verified ·
1 Parent(s): a20f384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -2,34 +2,19 @@
2
  language:
3
  - en
4
  license: apache-2.0
 
 
 
5
  ---
6
  ---
7
- # Example-data-frame
8
 
9
- This small dataset was created as an example of using the basic Python tutorial in the Introduction to ML course in [this notebook](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Intro%20Course/2_Basic_Python_Tutorial.ipynb).
10
 
11
- ## Overview
12
 
13
- This dataset contains
14
-
15
- ## Dataset Details
16
-
17
- The dataset is a
18
-
19
- ## Contents
20
- The dataset consists of a data frame with the following columns:
21
-
22
- ## Use Cases
23
-
24
-
25
-
26
- ## How to use
27
  ```python
28
  from datasets import load_dataset
29
 
30
  dataset = load_dataset("AiresPucrs/example-data-frame", split = 'train')
31
  ```
32
-
33
- ## License
34
-
35
- ## Disclaimer
 
2
  language:
3
  - en
4
  license: apache-2.0
5
+ pretty_name: Example DataFrame
6
+ size_categories:
7
+ - n<1K
8
  ---
9
  ---
10
+ # Example DataFrame (Teeny-Tiny Castle)
11
 
12
+ This dataset is part of the tutorial tied to the [Teeny-Tiny Castle](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research.
13
 
14
+ ## How to Use
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ```python
17
  from datasets import load_dataset
18
 
19
  dataset = load_dataset("AiresPucrs/example-data-frame", split = 'train')
20
  ```