Monthly Archives: July 2018

R vs Python for time series analysis

Working with R and Python simultaneously is a mess. Here is a short comparison how to do things with R and Python to analyze financial data.

Reading the data

R

Python

Reading financial data

R

Python

View table

R

Python

Selecting time series

R

Python

Plotting

R

Python

Train model

R

.. to be continue