Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active November 6, 2017 17:25
Show Gist options
  • Select an option

  • Save 64lines/cdc035988b50280d5d5d008eb231bde3 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/cdc035988b50280d5d5d008eb231bde3 to your computer and use it in GitHub Desktop.
[PYTHON][PANDAS] - Pandas
# Import pandas as pd
import pandas as pd
# Fix import by including index_col
cars = pd.read_csv('cars.csv', index_col=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment