[PR #2] [CLOSED] CSV and JSON loaders #3

Closed
opened 2026-02-16 00:15:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/text-split-explorer/pull/2
Author: @ddematheu
Created: 9/7/2023
Status: Closed

Base: mainHead: dademath


📝 Commits (4)

📊 Changes

10 files changed (+255 additions, -69 deletions)

View changed files

CSVLoader.py (+64 -0)
JSONLoader.py (+70 -0)
__pycache__/CSVLoader.cpython-311.pyc (+0 -0)
__pycache__/CSVSelector.cpython-311.pyc (+0 -0)
__pycache__/JSONLoader.cpython-311.pyc (+0 -0)
__pycache__/JSONSelector.cpython-311.pyc (+0 -0)
__pycache__/code_snippets.cpython-311.pyc (+0 -0)
__pycache__/utils.cpython-311.pyc (+0 -0)
📝 splitter.py (+77 -69)
utils.py (+44 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/text-split-explorer/pull/2 **Author:** [@ddematheu](https://github.com/ddematheu) **Created:** 9/7/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dademath` --- ### 📝 Commits (4) - [`e0e3a64`](https://github.com/langchain-ai/text-split-explorer/commit/e0e3a6448d5aed935d6028d8948cfabbb69797d5) idk - [`4a21c43`](https://github.com/langchain-ai/text-split-explorer/commit/4a21c439977acc2e15bde7ba22c8d5a772dc588b) init - [`d5eec41`](https://github.com/langchain-ai/text-split-explorer/commit/d5eec41fa6c2f081ec4ff08883a81a6aa6853a94) Loaders and selectors - [`f2c1195`](https://github.com/langchain-ai/text-split-explorer/commit/f2c119525523f4d7503a38cc7bd6088d0bc8eb75) JSON and CSV loaders ### 📊 Changes **10 files changed** (+255 additions, -69 deletions) <details> <summary>View changed files</summary> ➕ `CSVLoader.py` (+64 -0) ➕ `JSONLoader.py` (+70 -0) ➕ `__pycache__/CSVLoader.cpython-311.pyc` (+0 -0) ➕ `__pycache__/CSVSelector.cpython-311.pyc` (+0 -0) ➕ `__pycache__/JSONLoader.cpython-311.pyc` (+0 -0) ➕ `__pycache__/JSONSelector.cpython-311.pyc` (+0 -0) ➕ `__pycache__/code_snippets.cpython-311.pyc` (+0 -0) ➕ `__pycache__/utils.cpython-311.pyc` (+0 -0) 📝 `splitter.py` (+77 -69) ➕ `utils.py` (+44 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:15:22 -05:00
yindo closed this issue 2026-02-16 00:15:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/text-split-explorer#3