code icon indicating copy to clipboard operation
code copied to clipboard

Compilation of R and Python programming codes on the Data Professor YouTube channel.

Results 38 code issues
Sort by recently updated
recently updated
newest added

I updated the README file

Convert play and outlook to factor to avoid model prediction error.

I have created a virtual environment using Miniconda but still, it's showing the same error again and again. Please help as I'm unavailable to run the code.

colors = ['green', 'mustard', 'khaki'] for index in range(len(colors)): print('Current color:', s[index]) print("Goodbye!")

How do i fix this error in R code on VS code any tips would help a ton. ✖ dplyr::filter() masks stats::filter() ✖ dplyr::lag() masks stats::lag()

I didn't quite understand how the initial data extracted for Covid is related to acetylcholinesterase pIC50. The data related to Covid does not seem to be used for anything associated...

Dear @dataprofessor, I have been enjoying learning Shiny and R programming, and have appreciated your YouTube videos, and I am struggling with episodes 2-4 (and the associated Code on your...

Random Number Generator body { font-family: sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0; } #result { font-size: 3em; margin-bottom: 20px; } button { padding:...