python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Converting a list of strings into a list of floats
Hello I am currently working on a project revolving data frames and GPS coordinates in these data frames. I am currently trying to create a heat map based on the most common GPS values inside of my da...
Leo Wahlbeck
Votes: 0
Answers: 1
create a pivot table from a dataset with duplicates
I am trying to create a pivot table and a heat map from this dataset (gender pay)
My code is:
df = df.pivot('Seniority', 'TotalPay', 'Gender')
ax = sns.heatmap(df)
But then I get an error:
KeyError ...
Fabiano Ruggeri
Votes: 0
Answers: 1
Heatmap with dates on x axis in Python
I have a dataframe where date is one column and the other columns are variables that can have values 1 or 0. Here is a mock example:
I would like to have a heatmap that has date along the x axis, the...
JED HK
Votes: 0
Answers: 1
Changing the colour palette based on quantile values in pheatmap
enter image description hereI am very new to R and I am trying to make a pheatmap out of my data. I just copied some existing code included in a tutorial and it seems it pretty nicely fitted to my dat...
Lukáš Konečný
Votes: 0
Answers: 1