Skip to content

Instantly share code, notes, and snippets.

@cordon-thiago
Created December 1, 2019 22:38
Show Gist options
  • Save cordon-thiago/2d05667655723f75ac067f9a04e63f36 to your computer and use it in GitHub Desktop.
Save cordon-thiago/2d05667655723f75ac067f9a04e63f36 to your computer and use it in GitHub Desktop.
Sabe dataframe in CSV file
hardbounce_2[['emailDomain_cat', 'emailDomainPiece1', 'emailDomainPiece2', 'regDate_n', 'birthDate_n'
,'monthsSinceRegDate', 'age', 'percNumbersInEmailUser', 'hasNumberInEmailUser', 'emailUserCharQty'
,'flgHardBounce_n']].to_csv('datasets/hardbounce_featureEngineering.csv', sep=';',index=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment