Closed javier-alvarez-ctic closed 1 week ago
The request only introduces a blank space into the current code base.
I think the problem that people is having is because ther are using a non-updated version of OMIEData. The one in pyOPI.org. I will update the version to use the current codebase.
I have checked that my suspicious is right. OMIEData 0.2.0.0 contains the wrong code (with df.concat instead of pd.concat) since it was built a long time ago (May 2023, it can be checked here: https://pypi.org/project/OMIEData/#files).
I will rebuild and upload and let you know when ready. Thanks for spotting this!
Oops, sorry. It was my mistake not to notice it, first time using a Pull request.
Yes, I was downloading the package from pip. Thanks for fixing it!
I modified the omie_data_importer_from_responses.py code to avoid the "DataFrame' object has no attribute 'concat'" error when execute the examples. Create after this issue: https://github.com/acruzgarcia/OMIEData/issues/8