using openpyxl - Python Forum
python-forum.io › thread-4525A bit further in the book I need sheet.get_highest_row() again, but I just get Quote:Traceback (most recent call last): File "<pyshell#48>", line 1, in <module> sheet.get_highest_row() AttributeError: 'Worksheet' object has no attribute 'get_highest_row' Quote:#! python3 # readCensusExcel.py - Tabulates population and number of census tracts for
Python - Pandas - Write Dataframe to CSV
www.py4u.net › discuss › 171283I believe I'm writing the syntax correctly, but could anyone point out where my syntax is incorrect in trying to write a dataframe to a csv? 'dict' object has no attribute 'to_csv' import pandas as pd import numpy as np df = pd.read_excel("filelocation.xlsx", sheetname=['pnl1 Data ', 'pnl2 Data', 'pnl3 Data', 'pnl4 Data'], skiprows= 8, parse ...