Support CsvMerge to specify dtype parameter.(Fixes #647)#659
Conversation
|
[should] [memo] |
|
@x-chi Regarding the exception when an invalid dtype is passed: Furthermore, strictly validating the dtype format to match the evolving specifications of Pandas or Dask would involve high maintenance costs. I think it is better to keep the constraints loose on the cliboa side and let the underlying libraries handle the specific validation. Thank you for the feedback! |
x-chi
left a comment
There was a problem hiding this comment.
Thank you for implementing it. I was also able to confirm the manual.
Brief
Fixes #647
Points to Check
Test
Confirmed
Pass ALL CI.
Review Limit
Write review limit on pull request title.