Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

get sheet names using pandas

xl = pd.ExcelFile('foo.xls')

xl.sheet_names  # see all sheet names

xl.parse(sheet_name)  # read a specific sheet to DataFrame
Comment

PREVIOUS NEXT
Code Example
Python :: panda count how many values are less than n in a column 
Python :: ddos in python 
Python :: type of type is equal to type 
Python :: plot categorical data matplotlib 
Python :: python setup.py bdist_wheel did not run successfully 
Python :: python os.getenv not working 
Python :: how to get all links from a website python beautifulsoup 
Python :: python querystring parse 
Python :: python -m pip install --upgrade 
Python :: get xpath of element selenium python 
Python :: pytesseract pdf to text 
Python :: series has no attirubte reshape python 
Python :: web3py to wei 
Python :: django raise 404 
Python :: drop columns pandas 
Python :: dataframe to txt 
Python :: cv2 image object to base64 string 
Python :: python randomized selection 
Python :: how to join a string by new line out of a list python 
Python :: Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module from pip import main 
Python :: save image python 
Python :: ionic python2 Error: not found: python2 
Python :: flask getting started 
Python :: how to trim mp4 with moviepy 
Python :: json not readable python 
Python :: cv2 videocapture nth frame 
Python :: python fiscal year prior 
Python :: creating an interface tkinter 
Python :: sort list of dictionaries python by value 
Python :: python save figure as pdf 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =