-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Problem
read_folder currently requires a fixed file type and cannot dynamically load mixed file formats from a directory.
Proposed Solution
Add dynamic: bool parameter to read_folder
When enabled, automatically detect and load supported file types (CSV, JSON, Excel, etc.) and merge them into a single DataFrame.
Progress
✅ Feature is already implemented
🔄 Open to feedback and ready to refactor or split PRs if needed
Why This Helps
-
Simplifies data ingestion from heterogeneous datasets
-
Improves DsKit’s usability for real-world datasets
Pull Request:
Metadata
Metadata
Assignees
Labels
No labels