Read time series and export to alternative formats (ASCII, Gauss, Matlab, Excel)
Code: "time_series1.py". Programming language: Python DMelt Version 1. Last modified: 07/03/2015. License: Pro
https://datamelt.org/code/cache/time_series1_6799.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.



from jhpro.tseries import *
js=HStatData("Data","http://datamelt.org/examples/data/jhpro/tseries/asciitest1.dat")
js.toTable()
js.saveData("data.mat","matlab")
js.saveData("data.xls","Excel")
js.saveData("data.gauss","GaussDat")
js.saveData("data.dat","txt")

Ads help maintain this website.