Advertisement
Fhernd

leer-csv.py

Jan 28th, 2018
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. import pandas as pd
  2.  
  3. archivo_csv = pd.read_csv('archivo.csv');
  4.  
  5. print(archivo_csv)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement