--- dataset_info: features: - name: b dtype: string - name: '30.83' dtype: string - name: '0' dtype: float64 - name: u dtype: string - name: g dtype: string - name: w dtype: string - name: v dtype: string - name: '1.25' dtype: float64 - name: t dtype: string - name: t.1 dtype: string - name: '01' dtype: int64 - name: f dtype: string - name: g.1 dtype: string - name: '00202' dtype: string - name: '0.1' dtype: int64 - name: + dtype: string splits: - name: train num_bytes: 69072 num_examples: 689 download_size: 17253 dataset_size: 69072 license: cc language: - en pretty_name: Credit Card Dataset size_categories: - n<1K task_categories: - text-classification tags: - finance --- # Credit Card Dataset (Teeny-Tiny Castle) This dataset is part of a 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. ## How to Use ```python from datasets import load_dataset dataset = load_dataset("AiresPucrs/data-credit-card", split = 'train') ```