-
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
**kwargs
topai.read_csv
to pass extra params topd.read_csv
(e.g.low_memory=False
) - Allow declaring
output_type
indataframe.chat
similar to v2 pai.create
could have a paramoverwrite
which doesn't throwFileExistError
when 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.create
from time to time.
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request