Skip to content

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

3 participants