Skip to content

restore: add all missing data files from git history#62

Merged
jxnl merged 1 commit intomainfrom
restore-missing-data-files
Sep 23, 2025
Merged

restore: add all missing data files from git history#62
jxnl merged 1 commit intomainfrom
restore-missing-data-files

Conversation

@jxnl
Copy link
Owner

@jxnl jxnl commented Sep 23, 2025

This commit restores 400+ missing data files that were excluded by the data/ gitignore rule but are essential for the course notebooks:

Week 2 (Transaction Data):

  • categories.json (business expense categories)
  • *.jsonl files (training/evaluation transaction data)
  • *.png files (visualization plots)

Week 4 (Klarna Dataset):

  • 160+ HTML/MD files containing Klarna FAQ content
  • *.jsonl and *.csv files for processed query data

Week 5 (Multimodal Data):

  • PDF documents (financial terms, invoices)

Week 6 (Configuration):

  • YAML configuration files

All files restored from commit 6443d4c where they were originally present. Force-added to override data/ gitignore rule since these files are required for course functionality.

Fixes missing file errors in week2/01_synthetic_transactions.ipynb and other notebooks that depend on these datasets.

This commit restores 400+ missing data files that were excluded by the
data/ gitignore rule but are essential for the course notebooks:

Week 2 (Transaction Data):
- categories.json (business expense categories)
- *.jsonl files (training/evaluation transaction data)
- *.png files (visualization plots)

Week 4 (Klarna Dataset):
- 160+ HTML/MD files containing Klarna FAQ content
- *.jsonl and *.csv files for processed query data

Week 5 (Multimodal Data):
- PDF documents (financial terms, invoices)

Week 6 (Configuration):
- YAML configuration files

All files restored from commit 6443d4c where they were originally present.
Force-added to override data/ gitignore rule since these files are required
for course functionality.

Fixes missing file errors in week2/01_synthetic_transactions.ipynb and
other notebooks that depend on these datasets.
@gitnotebooks
Copy link

gitnotebooks bot commented Sep 23, 2025

@ellipsis-dev
Copy link

ellipsis-dev bot commented Sep 23, 2025

⚠️ This PR is too big for Ellipsis, but support for larger PRs is coming soon. If you want us to prioritize this feature, let us know at help@ellipsis.dev


Generated with ❤️ by ellipsis.dev

@jxnl jxnl merged commit 90f463b into main Sep 23, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant