KDnuggets Home » News » 2011 » Sep » Software » Access 100M time series in R in under 60 seconds  ( < Prev | 11:n22 | Next > )

Access 100M time series in R in under 60 seconds


 
  
DataMarket is a portal with over 14,000 data sets from various public and private sector organizations - more than 100 million time series available for download and analysis.


David Smith, RevolutionAnalytics Blog, Aug 2011

DataMarket
DataMarket, a portal that provides access to more than 14,000 data sets from various public and private sector organizations, has more than 100 million time series available for download and analysis. (Check out this presentation for more info about DataMarket.) And now with the new package rdatamarket, it's trivially easy to import those time series into R for charting, analysis, or anything. Here's what you need to do:
  1. Register an account on DataMarket.com (it's free)
  2. Install the rdatamarket package in R with install.packages("rdatamarket")
  3. Browse DataMarket.com for a time series of interest (I found this series on unemployment)
  4. Copy the URL of the page you're on (the short URL works too, I used "http://data.is/qb61uf")
  5. Use the dmseries function with the URL to extract the time series as a zoo object

unemployment

Read more.


 
Related
Data Mining Software

KDnuggets Home » News » 2011 » Sep » Software » Access 100M time series in R in under 60 seconds  ( < Prev | 11:n22 | Next > )