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

Error on converting a sparse dataframe into a transactional database #5

Closed
catarinarurbano opened this issue Feb 22, 2022 · 2 comments

Comments

@catarinarurbano
Copy link

catarinarurbano commented Feb 22, 2022

When trying to convert a sparse dataframe into a transactional database, through the code provided on link the following error appears : " AttributeError: module 'PAMI.extras.DF2DB.sparseDF2DB' has no attribute 'sparse2DB'. "

Firstly, I simply change the word sparse2DB to sparseDF2DB, but then a different error appears " ValueError: DataFrame constructor not properly called! "
My dataframe was already imported into the Jupyter notebook when I called it to the function, however, I also tried to save it and export it as an excel file and import it directly on the function, however, nothing worked and the error persisted.

Can you please help?

Thanks in advance.

@udayRage
Copy link
Collaborator

udayRage commented Mar 3, 2022

Thank you very much for reporting the issue. It seems the error is due to a change in the function name, which was not reflected in the manual. We will modify the manual to reflect the recent latest changes made in the code.

We will update this post, with the modifications in 2 to 3 days.

@udayRage
Copy link
Collaborator

We have resolved the error by updating the manual.
We request you to check the manual and perform your analytics.

Once again, thank you very much for raising the issues.

vanithakattumuri added a commit to vanithakattumuri/PAMI that referenced this issue Apr 18, 2024
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

2 participants