This program uses the shutil.copy2() function to copy the file. The shutil.copy2() function is similar…
Tag: Python
How to transfer file from SFTP server to Local using Python
There are situation you may need to programmatically transfer file from SFTP server to you local environment. Here we will…
How to remove csv header using Spark (PySpark)
A common use case when dealing with CSV file is to remove the header from the source to do data…
How to access hive using Python (Source code )
Use case : If you want to do some scheduling or some automation , we may need to access Hive…