Computer Science, asked by navjot8860, 10 months ago

how to increase the value of a column by a percentage in dataframe​

Answers

Answered by Fahadsafi
0

Use value_counts with normalize=True:

df['gender'].value_counts(normaliz

Similar questions