Achim Zeileis · @zeileis
609 followers · 209 posts · Server fosstodon.org

Can anyone help me setting figure options in :python: when calling it via in :rstats: using ?

I'm probably overlooking something obvious because I don't know enough about

Details:

stackoverflow.com/questions/75

#knitr #Reticulate #rstats #python

Last updated 1 year ago

IandLoveandData · @deepsha
154 followers · 301 posts · Server fosstodon.org

R and Python sitting in a tree — R. E. T. I. C. U. LATE.

Our hackathon goal was to showcase how easy it is to work as a part of cross-language team of Python and R to deliver on end-to-end data science project.

This article deep dives into my journey of using in R to call API function calls written by Riesling in Python with the goal of getting relevant data into R data frames which we could then visualize using GGPlot2.

medium.com/data-science-at-mic

#Reticulate #r4ds #python #rstats

Last updated 2 years ago

IandLoveandData · @deepsha
50 followers · 10 posts · Server fosstodon.org

How to access an for first time users. Riesling and I wanted to analyze data related to our hobby as part of msft hackathon. Here’s the first article in an upcomig series of analyzing Ravelry knitting projects data using and . Next up in series - Using to combine their powers!
medium.com/data-science-at-mic

#api #rstats #python #Reticulate

Last updated 2 years ago

devSJR :python: :rstats: · @devSJR
133 followers · 153 posts · Server fosstodon.org

is a great package to work with in . Here is a very simple example of how to use it in .

RKWard supports syntax highlighting for several languages, including Python. However, this is not done automatically, but must be selected by the user (blue arrow).

#Reticulate #python #rstats #rkward

Last updated 2 years ago

devSJR :python: :rstats: · @devSJR
134 followers · 142 posts · Server fosstodon.org

is a great package to work with in . Here is a very simple example of how to use it in .

RKWard supports syntax highlighting for several languages, including Python. However, this is not done automatically, but must be selected by the user (blue arrow).

#Reticulate #python #rstats #rkward

Last updated 2 years ago

Como abrir um terminal com Python e acessar objetos que você até pouco manipulava no R?

RT @mpjdem@twitter.com

@MateusMaiaM@twitter.com In R do:
library(reticulate)
dfl <- list(one = iris, two = mtcars)
repl_python()

Then in the Python REPL opened, access the list with:
r.dfl

And do whatever you like with it!

🐦🔗: twitter.com/mpjdem/status/1287

#Reticulate #rstats #python #datascience

Last updated 4 years ago