Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Last active August 15, 2018 06:33
Show Gist options
  • Select an option

  • Save FelixChop/0dfe080f92e07b51baf4f4dac72747b1 to your computer and use it in GitHub Desktop.

Select an option

Save FelixChop/0dfe080f92e07b51baf4f4dac72747b1 to your computer and use it in GitHub Desktop.
data = pd.read_csv('my_file.csv', sep=';', encoding='latin-1', nrows=1000, skiprows=[2,5])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment