-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🚀 The feature
- Add
**kwargstopai.read_csvto pass extra params topd.read_csv(e.g.low_memory=False) - Allow declaring
output_typeindataframe.chatsimilar to v2 pai.createcould have a paramoverwritewhich doesn't throwFileExistErrorwhen set toTrue
Motivation, pitch
- Without proper configuration, my CSV file, which is over 500MB, will result in mixed data types.
- In my scenario, the model should consistently return a DataFrame.
- In my scenario, I need to update my data periodically; therefore, I need to use
pai.createfrom time to time.
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request