How to load file with python script?

pradeep
pradeep Registered Posts: 4 ✭✭✭✭
Can we write a python script to load file from remote server ? If yes where should i write my script?
Tagged:

Answers

  • Alex_Reutter
    Alex_Reutter Alpha Tester, Dataiker Alumni, Dataiku DSS Core Designer Posts: 105 ✭✭✭✭✭✭✭
    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).
Setup Info
    Tags
      Help me…