Closed karla-desouza closed 8 months ago
Hi Karla, thanks for bringing this, Could you let me know the pandas version you are using,
also could you please check with pandas==1.5.3
Hi Deepak, I'm using pandas==2.0.0. The example works perfectly with pandas==1.5.3. Thanks!
Thanks, Karla, I will update the code based on it, lemme know if you would like to contribute :)
I'd love to. Please let me know how I can contribute!
Thanks Karla-I will post the code block in this repo, you can create a pull request and update the code for this issue.
Hi @dreji18! Can you share the source code so that I can help fix this issue?
Hi @karla-desouza, please find the dev brach, you could do your changes and after testing let me know, I will take the build to the pypi
Hi @dreji18 , I made the changes, but when I try to push to dev I get a permission denied message.
Hi @karla-desouza , I have given the contributor access now, could you please try again.
When I try to run the example using the Python package, I get the following error:
I think it is caused because
append
was removed from pandas and now we need to useconcat
instead.