robjhyndman / fpp2-package

All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (2nd ed, 2018) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp2/>. All packages required to run the examples are also loaded.
http://pkg.robjhyndman.com/fpp2-package/
105 stars 50 forks source link

Request to convert .rda to .csv for non-R users #3

Closed dsnair closed 6 years ago

dsnair commented 6 years ago

Hello, I am currently reading your FPP book and I am a Python user. I was wondering if you could convert the .rda data files to .csv so that I could run Python equivalency of the analyses? Thanks!

robjhyndman commented 6 years ago

Use write.csv()

claudefalbriard commented 5 years ago

Good question, any hints how to convert .rda files into a standard .csv format?

robjhyndman commented 5 years ago

Did you try the answer already provided?

claudefalbriard commented 5 years ago

As Ms. DsNair stated, we usually are user with a non-R profile, like a Python coder and we want to access R data repositories in a .rda binary format. Watching for a python utility class able to load the .rda data. Just in imagination, in pandas to have a load.rda() function.