Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
dieineb commited on
Commit
840cb01
·
verified ·
1 Parent(s): 92d97d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -29
README.md CHANGED
@@ -1,32 +1,37 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: First Name
10
- dtype: string
11
- - name: Last Name
12
- dtype: string
13
- - name: Gender
14
- dtype: string
15
- - name: Country
16
- dtype: string
17
- - name: Age
18
- dtype: int64
19
- - name: Date
20
- dtype: string
21
- - name: Id
22
- dtype: int64
23
- splits:
24
- - name: train
25
- num_bytes: 682
26
- num_examples: 9
27
- download_size: 3809
28
- dataset_size: 682
29
  ---
30
- # Dataset Card for "example_data_frame.csv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
1
  ---
2
+ language:
3
+ - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
+ ---
6
+ ## Example-data-frame
7
+
8
+ 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).
9
+
10
+ ## Overview
11
+
12
+ This dataset contains
13
+
14
+ ## Dataset Details
15
+
16
+ The dataset is a
17
+
18
+ ## Contents
19
+ The dataset consists of a data frame with the following columns:
20
+
21
+ ## Use Cases
22
+
23
+
24
+
25
+ ## How to use
26
+ ```
27
+ from datasets import load_dataset
28
+
29
+ dataset = load_dataset("AiresPucrs/example-data-frame")
30
+
31
+ ```
32
+
33
+ ## License
34
+
35
+ ## Disclaimer
36
 
37
+ ---