Skip to content

Instantly share code, notes, and snippets.

@Jayasagar
Created December 18, 2017 12:38
Show Gist options
  • Save Jayasagar/8c94f290d77759e66ee2ef458d794ef6 to your computer and use it in GitHub Desktop.
Save Jayasagar/8c94f290d77759e66ee2ef458d794ef6 to your computer and use it in GitHub Desktop.
def excludeColumnAtIndex(self, dataset, indexToExclude):
 “””Exclude the complete specific column values
 from the given dataset. “””
 # code goes her
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment