You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this wonderful library!
In remote SFTP server I have csv file with some data. Is it possible to add DataFrame's data to this existing file? In other words, previous data inside csv file should not be overwritten. I notice that the code below recreate the file.
@NogerbekNurzhan - This is a good feature requirement. Unfortunately we have limited time to work on it. We'll work on it when we get some time. Also if possible, add the code to support this feature and create a PR
First of all, thank you for this wonderful library!
In remote
SFTP
server I havecsv
file with some data. Is it possible to add DataFrame's data to this existing file? In other words, previous data inside csv file should not be overwritten. I notice that the code below recreate the file.The text was updated successfully, but these errors were encountered: