Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created January 29, 2018 02:14
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 Fhernd/8468f333f370f933696ed8eeebb58ea0 to your computer and use it in GitHub Desktop.
Save Fhernd/8468f333f370f933696ed8eeebb58ea0 to your computer and use it in GitHub Desktop.
Lee archivo CSV usando el paquete pandas en Python.
import pandas as pd
archivo_csv = pd.read_csv('archivo.csv');
print(archivo_csv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment