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

Issue while Using Java 8 and Issue in data_resolver.py #12

Open
mayman150 opened this issue Nov 27, 2023 · 1 comment
Open

Issue while Using Java 8 and Issue in data_resolver.py #12

mayman150 opened this issue Nov 27, 2023 · 1 comment

Comments

@mayman150
Copy link

mayman150 commented Nov 27, 2023

Thank you so much for your contribution.

I just have two main concerns.

Issue While Using Java 8
Unfortunately, I have tried to use Java 8, but it gives me the following error:

Screenshot from 2023-11-27 14-02-39

However, I changed pom.xml to use Java 11 and Maven Version 3.8.1, and it worked fine to me.

Issue in data_resolver.py

You did not specify which version Pandas I should be using. However, at the moment, using append is no longer maintainable in pandas package.
Screenshot from 2023-11-27 11-28-26
This issue could be solved by downgrading the Pandas to specific version below 1.4.0, but it is already deprecated according to Pandas' documentation: https://pandas.pydata.org/pandas-docs/version/1.4/reference/api/pandas.DataFrame.append.html.

@snadi
Copy link
Contributor

snadi commented Nov 28, 2023

Thanks for pointing out these issues! Would you be able to contribute a PR to this repo with your fixes? (Whenever you have time)

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