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

144 limit search suggestions for autocompletion #148

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

djs0109
Copy link
Collaborator

@djs0109 djs0109 commented Nov 29, 2023

close #144

@djs0109 djs0109 linked an issue Nov 29, 2023 that may be closed by this pull request
# Future prove code, from version 2.1.0 onwards .applymap was depreciated, it was renamed to .map
# Replace np.nan with []. Up until now, np.nan represented no parents, children, or relationship names.
# Empty lists are needed for the node generation and input format of cytoscape.js. np.nan is not accepted
if pd.__version__ >= '2.1.0':
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of checking the pandas version, I would suggest to limit the version in requirements.txt. For example pandas>=2.1.0

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.

Limit search suggestions for autocompletion
2 participants