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

[BUG] AttributeError: 'MAM' object has no attribute 'DataFrame' #65

Open
matheuspetlove opened this issue Jun 7, 2022 · 5 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@matheuspetlove
Copy link

As you can see below:
image
How can i solve this problem ?

@matheuspetlove matheuspetlove added the bug Something isn't working label Jun 7, 2022
@andretocci
Copy link
Collaborator

Hello Matheus,

You can use the self.group_by_channels_models method to check the aggregated results or the self.data_frame method to see the origin DataFrame.

@matheuspetlove
Copy link
Author

When self.data_frame , nothing happens:
image

but self.group_by_channels_models is working fine!

@andretocci
Copy link
Collaborator

Try running the self.as_pd_dataframe() method before the self.data_frame attribute .

@matheuspetlove
Copy link
Author

matheuspetlove commented Jun 9, 2022

When i try ur solution, this happens:
image

Is there any limitation on the size of the df?

@Nathandsn
Copy link

Using the self.as_pd_dataframe() is the correct way to get the dataframe, we're going to update the docs. It appears to me that the limitation is in your machine rather than the library.

@Nathandsn Nathandsn self-assigned this Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants