Created
December 1, 2019 22:38
-
-
Save cordon-thiago/2d05667655723f75ac067f9a04e63f36 to your computer and use it in GitHub Desktop.
Sabe dataframe in CSV file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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