Skip to content

Update heatcluster.py#39

Open
DrB-S wants to merge 15 commits into
v1.2.0.20240201-from-mainfrom
main
Open

Update heatcluster.py#39
DrB-S wants to merge 15 commits into
v1.2.0.20240201-from-mainfrom
main

Conversation

@DrB-S

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

Copy link
Copy Markdown
Owner

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

DrB-S added 2 commits April 29, 2024 13:59
Fixed typo in line 169:  df.map changed to df.applymap

@DrB-S DrB-S left a comment

Copy link
Copy Markdown
Owner Author

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