-1

I am new to cloud. I just want to understand how we will write script to get multiple csv files data from GitHub and upload them to data lake using python

  • Hi@VENKAT REDDY, Kindly let me know if you need more information. : ) – Joseph Xu Jan 08 '21 at 07:15
  • Hi @VENKAT REDDY, If my answer is helpful for you, please accept(mark) it as answer. This can be beneficial to other community members. Very thanks! : ) – Joseph Xu Jan 11 '21 at 03:03

1 Answers1

0

I think you can read CSV files from GitHub using pandas, follow the example of this post. Then you can upload blobs to a container via the Python v12 SDK.

Joseph Xu
  • 5,607
  • 2
  • 5
  • 15