Skip to content

Instantly share code, notes, and snippets.

@emredjan
Created April 23, 2018 17:16
Show Gist options
  • Save emredjan/0afe0088be7fd57000cd4ffade6d64f0 to your computer and use it in GitHub Desktop.
Save emredjan/0afe0088be7fd57000cd4ffade6d64f0 to your computer and use it in GitHub Desktop.
auto = pd.read_csv('Auto.csv', na_values=['?'])
auto.dropna(inplace=True)
auto.reset_index(drop=True, inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment