Advertisement
Fhernd

leer-hoja-calculo.py

Jan 29th, 2018
990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. import pandas as pd
  2.  
  3. hoja_calculo_df = pd.read_excel('libros.xlsx', sheet_name='TresMaestros')
  4.  
  5. print(hoja_calculo_df)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement