I am experiencing this error on Windows 7.
WindowsError: [error 32] The process cannot access the file because it is being used by another process.
When this code is executed:
def transform_dataframe(self, dataframe):
from pandas.io.excel import ExcelWriter
writer = ExcelWriter('output.xlsx')
dataframe.to_excel(writer, 'Page1')
return dataframe
Output.xlsx is being generated on the root folder of the project.
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