Skip to content

Instantly share code, notes, and snippets.

@samz5320
Last active August 16, 2022 06:48
Show Gist options
  • Save samz5320/ac5b68302dc342bb3603fbeda5c86ae7 to your computer and use it in GitHub Desktop.
Save samz5320/ac5b68302dc342bb3603fbeda5c86ae7 to your computer and use it in GitHub Desktop.
simple_task_airflow
def read_csv():
df=pd.read_csv("xyz.csv") #reading a csv file
return df #returning the dataframe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment