Skip to content

Instantly share code, notes, and snippets.

@hsyyid
Last active January 28, 2021 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsyyid/60e41475c3437afae8aaaa1a4953282b to your computer and use it in GitHub Desktop.
Save hsyyid/60e41475c3437afae8aaaa1a4953282b to your computer and use it in GitHub Desktop.
How to integrate Salesforce with Python Sample
# Let's only select the columns we want
leads = input_df[["Id", "Name", "Title", "Phone", "Email"]]
leads.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment