How to load file with python script?

pradeep
Level 2
How to load file with python script?
Can we write a python script to load file from remote server ? If yes where should i write my script?
0 Kudos
1 Reply
Alex_Reutter
Dataiker Alumni
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).
0 Kudos