Parse specified sheet(s) into a DataFrame.
Equivalent to read_excel(ExcelFile, â¦) See the read_excel docstring for more info on accepted parameters.
DataFrame from the passed in Excel file.
Examples
>>> df = pd.DataFrame([[1, 2, 3], [4, 5, 6]], columns=['A', 'B', 'C']) >>> df.to_excel('myfile.xlsx') >>> file = pd.ExcelFile('myfile.xlsx') >>> file.parse()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4