DataTaunew | comments | leaders | submitlogin
1 point by agawronski 2276 days ago | link | parent

This very first entry is incorrect: Installing Libraries import pandas

should be: pip install pandas

or perhaps easy install, or conda install ...



1 point by agawronski 2276 days ago | link

Furthermore:

for(i in c(1:10)) { printi; }

should be:

for(i in c(1:10)) { print(i); }

-----




RSS | Announcements