python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Select or drop categories based on condition
I have this example dataset:
What I'm trying to do is to see which categories on ID column have values that are strictly higher than 45, while showing me the others that aren't. So it should tell me ...
Vinícius Felizatti
Votes: 0
Answers: 1
Maximum number of index of a data-frame to plot any graph using matplotlib or seaborn
I am trying to plot a Seaborn Jointplot in Jupyter notebook. My dataset consists of 4,446,966 index (rows). but I can get output for the plot if selected around 5000 rows. If the complete data set is ...

Shaakir Ahamed
Votes: 0
Answers: 0
how to convert a column in percentage which contains both cgpa and percentage values
I have student data which contains column 10_grade which consists both percentage and cgpa values mix.. I need to convert 10_grade column into percentage. A python code will be helpful
GURPINDER SINGH MUTTAR
Votes: 0
Answers: 1
Plot average salaries on a world map python
I have a list of countries, and the salaries for people in those countries
Using the data I have been able to calculate the average salary for each country. I want to visualize it on a world map with ...
Sharhad Bashar
Votes: 0
Answers: 1