Last active
April 21, 2020 02:32
-
-
Save shashankvemuri/6b2050ed6e961093cf6b9d7e49eb6dbf to your computer and use it in GitHub Desktop.
End of the stock screener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print(exportList) | |
writer = ExcelWriter("ScreenOutput.xlsx") | |
exportList.to_excel(writer, "Sheet1") | |
writer.save() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment