-
Hi Can you please provide some examples on the expected flow of things here ? I am attempting to read the dataset from Introduction to Statistical Learning in R from https://cran.r-project.org/web/packages/ISLR2/index.html Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The issue has been converted to a discussion, as I don't think there is any issue with the package, and you are just requesting information. The way to deal with this is descrived in the README of the repo (please read it). Basically, pyreadr will give you back a python dictionary, you can print what keys you have in that dictionary so that you can retrieve the dataframes. If you are not familiar with dictionaries, please read a bit about them, they are very important. Most likely there is no object df1 among your keys. Again, from the README:
|
Beta Was this translation helpful? Give feedback.
The issue has been converted to a discussion, as I don't think there is any issue with the package, and you are just requesting information.
The way to deal with this is descrived in the README of the repo (please read it). Basically, pyreadr will give you back a python dictionary, you can print what keys you have in that dictionary so that you can retrieve the dataframes. If you are not familiar with dictionaries, please read a bit about them, they are very important. Most likely there is no object df1 among your keys.
Again, from the README: