Actually, for clarification, what i am really looking for is a way to use a dictionarly-like indexing to get data based on the row label name. Whether i ever get it looking pretty in the notebook is not significant.
On Saturday, September 3, 2016 at 5:43:57 PM UTC-5, Reuben wrote: > > HI, > > I am trying to use the quantmod > <http://www.quantmod.com/documentation/getFinancials.html> > "getFinancials" and "viewFinancials" functions to easily get financial > statements into julia. > > using RCall, DataFrames > > reval("library(\"quantmod\")") > > r= reval("getFinancials('GOOGL')") > > t = reval("viewFinancials(GOOGL.f, type = 'IS', period = 'Q')") > > When I all do this in a julia notebook, get a decent looking table of what > i am looking for: > https://www.dropbox.com/s/uqd42wm4jwq8mz3/Screenshot%202016-09-03%2017.41.20.png?dl=0 > > However, when I try to display this information in a julia dataframe, i > just end up with a collection of julia arrays: > https://www.dropbox.com/s/taobxhqc26jc7tk/Screenshot%202016-09-03%2017.42.15.png?dl=0 > > Perhaps the issue is the R dataframe not being exactly in the format Julia > is expecting; I'm not familiar with the R side much. The data is there, > this is basically working, but it would be nice to get a full fledged Julia > DataFrame with proper row labels. > > -Reuben > -- You received this message because you are subscribed to the Google Groups "julia-stats" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
