Play with R data sets in Python
Posted on Wed 27 January 2016 in misc • Leave a comment
R comes with a plethora of data sets to play with out of the box, which really come in handy when you're exploring how new functions work. While Python's pandas
package tries to emulate the best parts of R's data frames, it can be tedious to find ...