Skip to content

Instantly share code, notes, and snippets.

@hsyyid

hsyyid/peek.py Secret

Created August 25, 2020 19:49
Show Gist options
  • Save hsyyid/c2fd6aee57ac3a304bad1cbb1893b1c3 to your computer and use it in GitHub Desktop.
Save hsyyid/c2fd6aee57ac3a304bad1cbb1893b1c3 to your computer and use it in GitHub Desktop.
input_df = input_data['Invoice'][['Id', 'CustomerRef__value', 'CustomerRef__name', 'MetaData__LastUpdatedTime', 'MetaData__CreateTime', 'CurrencyRef__name', 'CurrencyRef__value', 'Line', 'CustomField']]
input_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment