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

fixing issue for pandas version greater than 1.3.5 #83

Closed
wants to merge 1 commit into from
Closed

fixing issue for pandas version greater than 1.3.5 #83

wants to merge 1 commit into from

Conversation

jbpolle
Copy link

@jbpolle jbpolle commented May 27, 2022

There was a bug when loading data in dataframe for version of panda greater than 1.3.5.
This was due to the replace function used to replace null value of q by np.nan.
I fixed it and ensured that all tests in pandas_test.py are passing now.

@wrkyle
Copy link

wrkyle commented May 27, 2022

This fix is related to issue #82.

@MurrMack
Copy link

This project is currently depreciated. You may be better opening a pull request on the project qpython3 which is a fork of this project and is being supported by finos (fintech open source foundation)

@wrkyle
Copy link

wrkyle commented May 30, 2022

To future readers, the actively maintained fork is here: https://github.com/finos/qPython.

Install with pip install qpython3. Imports are the same so no code changes required.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants