Skip to content

ENH: scatter_matrix new parameter nondiagonal to allow hexbin plots i… #56888

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

Conversation

shadiakiki1986
Copy link
Contributor

…nstead of scatter

ImportError while loading conftest '/workspaces/pandas/pandas/conftest.py'.
pandas/__init__.py:49: in <module>
    from pandas.core.api import (
pandas/core/api.py:1: in <module>
    from pandas._libs import (
pandas/_libs/__init__.py:16: in <module>
    import pandas._libs.pandas_parser  # isort: skip # type: ignore[reportUnusedImport]
E   ModuleNotFoundError: No module named 'pandas._libs.pandas_parser'
  • All code checks passed.
    • same issue as tests
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.
    • didn't add yet

@bhattbhuwan13
Copy link

I have the same issue. I can import pandas normally if i switch to the parent directory(the one just outside the root pandas directory) but when I try to import pandas from the directory containing the requirements file, it fails with the same error

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Feb 28, 2024
@shadiakiki1986
Copy link
Contributor Author

@mroeschke
Merged. Failed tests were unrelated to the edits in this PR

@mroeschke mroeschke reopened this Feb 28, 2024
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Mar 30, 2024
@shadiakiki1986
Copy link
Contributor Author

shadiakiki1986 commented Apr 1, 2024 via email

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this Apr 23, 2024
@shadiakiki1986
Copy link
Contributor Author

shadiakiki1986 commented Apr 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: pandas.plotting.scatter_matrix to support plotting function hexbin in addition to scatter
4 participants