Skip to content

Instantly share code, notes, and snippets.

@AdroitAnandAI
Created December 15, 2018 00:13
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 AdroitAnandAI/077503bba74555de6fe0469bcda3e16a to your computer and use it in GitHub Desktop.
Save AdroitAnandAI/077503bba74555de6fe0469bcda3e16a to your computer and use it in GitHub Desktop.
load
# Load haberman.csv into a pandas dataFrame.
crimeData = pd.read_csv("crime_v2.csv")
# See the input data.
crimeData.head(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment