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

Fix 1151 element named none #1159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cubewise-JoeCHK
Copy link

To keep the functionality of replacing na_values with ['', None]

not very sure "Value" column

ran test:
pytest -k "execute_mdx_dataframe or execute_view_dataframe or extract_cellset_dataframe or build_dataframe_from_csv"

close #1151

pytest cases for None Elements

enrich the test case and fix the logic error of transforming None to np.nanc

enrich the test case and fix the logic error of transforming None to np.nan
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.

Element named "None" gets interpreted as 'nan' when using "execute_mdx_dataframe(..., use_blob=True)"
1 participant