Export table to excel #40
Answered
by
JerBouma
Margatos19
asked this question in
Q&A
-
When I export the complete table of stocks with all their information such as sectors, industries, etc., it does not include the symbols or ticker, is it normal? |
Beta Was this translation helpful? Give feedback.
Answered by
JerBouma
Jun 9, 2023
Replies: 1 comment
-
Look into the exporting function of Pandas. Perhaps the index is not automatically exported. See https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_excel.html This is by the way outside of the functionality of this database. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JerBouma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look into the exporting function of Pandas. Perhaps the index is not automatically exported. See https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_excel.html
This is by the way outside of the functionality of this database.