Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jainanchit51/f117eabccae1d804478f9efed1be01eb to your computer and use it in GitHub Desktop.
Save jainanchit51/f117eabccae1d804478f9efed1be01eb to your computer and use it in GitHub Desktop.
import pandas as pd
dataframe = pd.read_csv(‘breast-cancer-wisconsin.csv’, engine=’python’)
dataframe = dataframe.drop([‘bare_nucleoli’], axis=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment