Skip to content

Instantly share code, notes, and snippets.

@confluentgist
Last active March 15, 2019 23:23
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 confluentgist/fba5c442d047270ac63a8499066651d4 to your computer and use it in GitHub Desktop.
Save confluentgist/fba5c442d047270ac63a8499066651d4 to your computer and use it in GitHub Desktop.
Data Augmentation with KSQL
SELECT Id, IFNULL(Class, -1) FROM creditcardfraud_source;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment