Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataFrame() has error (docs say DataFrame() is OK) #52

Closed
lgautier opened this issue May 9, 2010 · 2 comments
Closed

DataFrame() has error (docs say DataFrame() is OK) #52

lgautier opened this issue May 9, 2010 · 2 comments

Comments

@lgautier
Copy link
Member

lgautier commented May 9, 2010

Original report by John Owens (Bitbucket: jowens, GitHub: jowens).


2 line program:

#!python

import rpy2.robjects as ro
df = ro.DataFrame()

causes:

#!shell

$ python2.6 foo.py
Traceback (most recent call last):
  File "foo.py", line 2, in <module>
    df = ro.DataFrame()

DataFrame({}) works OK. Docs say DataFrame() is OK though.

@lgautier
Copy link
Member Author

Original comment by Laurent Gautier (Bitbucket: lgautier, GitHub: lgautier).


Fixed in <<changeset 1169:a96854ddf208>>

@lgautier
Copy link
Member Author

Original comment by Laurent Gautier (Bitbucket: lgautier, GitHub: lgautier).


Removing version: 2.1.0 (automated comment)

@lgautier lgautier transferred this issue from another repository Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant