Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
outdated post
#1
outdated post
buran write Feb-11-2021, 07:15 AM:
Split from https://python-forum.io/Thread-Exporting...-yahoo-fin?

Please, don't hi-jack threads. Start your own. Include link to relevant threads (if any)
Reply
#2
Things to ponder:

Excel VBA will limit you to Ms windows, and windows tools.

To make your code global, and usable from non ms tools I'd use pandas.

There are several options for storing your data, to a CSV as you suggest, but a more flexible method would be to store to a simple database like sqlite. Or simple save the pandas dataframe, using pickle see: https://pandas.pydata.org/pandas-docs/st...ickle.html
Reply
#3
outdated post
Reply
#4
Merely a suggestion. In the end, it's whatever floats your boat
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get outdated files? ErnestTBass 2 1,739 Nov-18-2020, 01:24 PM
Last Post: ErnestTBass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020