How to load file with python script?
pradeep
Registered Posts: 4 ✭✭✭✭
Can we write a python script to load file from remote server ? If yes where should i write my script?
Answers
-
Yes, in your flow you can create a Python code recipe that has no input datasets and one or more output datasets. The Python code in the recipe can load the file, wrangle it into a pandas dataframe, and then out to the dataset(s).