Data Analysis With Python
Data Analysis With Python
1 of 4 12/30/2019, 9:46 PM
Programming for Engineers | Main / Data Analysis with Python http://apmonitor.com/che263/index.php/Main/PythonDataAnalysis?act...
Below is an example of pulling data from an Internet source, such as financial information about a stock.
The example shows how to request, parse, and display the financial data.
2 of 4 12/30/2019, 9:46 PM
Programming for Engineers | Main / Data Analysis with Python http://apmonitor.com/che263/index.php/Main/PythonDataAnalysis?act...
Once the data is imported, it can be analyzed with many different tools such as machine learning
algorithms. Below is an example of using the data for analysis of correlation between open and close
price of Google publicly traded shares.
This tutorial can also be completed with Excel and Matlab. Click on the appropriate link for additional
information.
3 of 4 12/30/2019, 9:46 PM
Programming for Engineers | Main / Data Analysis with Python http://apmonitor.com/che263/index.php/Main/PythonDataAnalysis?act...
4 of 4 12/30/2019, 9:46 PM