How to run R and Python together in a Streamlit app

preview_player
Показать описание
In this video, you'll learn how to use both R and Python in a Streamlit app.

Support my work:
👪 Join as Channel Member:

Recommended Resources

Subscribe:

Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

#datascience #machinelearning #dataprofessor
Рекомендации по теме
Комментарии
Автор

I love Shiny for Python. I think it is better than streamlit regarding speed and no reloads.

jorge
Автор

Hello Profesor, I have a problem to install dependenices in my packages.txt ( r-cran-weathermetrics). It said Unable to locate. Do you have any seuggestion?

chilrdub
Автор

Love the video! Just not loving the R code in strings. I guess you'd develop it somewhere else, get it working, and then paste it in. Someone was telling me on Twitter that the solution to all remote plotting needs was a Streamlit app. These apps look useful and fast to make, but not fit for interactive R graphing purposes (and correct me because I'd love to be wrong).

BenOgorek
Автор

Hi, what laptop is better for Data science MacBook or Asus?

dtset
Автор

Hey. I have an excel sheet which I am conditionally filtering through pandas dataframe in python and then saving this again into excel sheet. Problem is - How can I keep the cell background colour intact as per the original excel file? The new excel looses all cell bg colour

narendramishra
Автор

anyone know how to deal with installing R packages? I am trying to install lmtest and says 'zoo' package not found. I've tried everything but not working.

sebasrpf
Автор

Hello sir, I have a question: I was able to do a similar task, adding an R subprocess in my streamlit app. But when I tried deploying the app, it shows "FileNotFoundError: [Errno 2] No such file or directory: 'Rscript'", meaning I don't have R environment in streamlit cloud. What do you think I should do to fix it?

BigDaddyYao