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

Update heatcluster.py #39

Open
wants to merge 15 commits into
base: v1.2.0.20240201-from-main
Choose a base branch
from
Open

Update heatcluster.py #39

wants to merge 15 commits into from

Conversation

DrB-S
Copy link
Owner

@DrB-S DrB-S commented Apr 29, 2024

Fixed typo in line 169: df.map changed to df.applymap

Fixed typo in line 169:  df.map changed to df.applymap
Copy link
Owner Author

@DrB-S DrB-S left a comment

Choose a reason for hiding this comment

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

replaced df.map with df.applymap

DrB-S added 13 commits May 15, 2024 11:09
Changed df.applymap to df.map. Dataframe object has no applymap method.
Changed version to 1.2.0.20240515
Changed df.map to df.apply for polars dataframe
changed df.apply to df.map_rows
labels = df.with_column(df[col].apply(replace_large_values).alias(col))
Added an indent for line 114.
Version: v1.2.5.20240904
- equivalent to v1.0.2g
Requires python3.12 or greater.
Removed polars, seaborn_polars, and pyarrow
Removed polars, seaborn_polars, pyarrow and changed version to 1.2.5.20240904
Removed scipy
Prepended python to heatcluster command:

python heatcluster.py
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.

1 participant