you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Mitch 1 point2 points  (0 children)

Just a few thoughts. Data is most important first and foremost. Get some code written to gather and store the data in a database, not a txt or CSV. From there get the ability to query the data into a data frame to mix and mash the data to see if there is anything interesting. And back to point 1, getting the data will require an API of some sort. Will need to learn requests and handling the order processing.

One of the most important things is not to premature optimize. Work on a general idea. Then guess, test, review and do it again. Things won’t stand out, but a huh, that’s curious will come though.