Automating Tasks with Python

It is common for us to perform repetitive tasks daily that could easily be done by a machine. With that in mind, I provide in this post an example of how you can use Python to your advantage so that your time is used in a more useful way. In this example, the dollar quote is automatically updated every minute in a spreadsheet. This idea can be used for numerous other possibilities.

Time Series

Time series analysis comprises methods for analyzing data in order to extract meaningful statistics and other characteristics from it. Time series forecasting is the use of a model to predict future values ​​based on previously observed values.