Posts by Dzk Python • 25 points
2 posts
-
1
votes1
answer904
viewsQ: How to create bar graph using Dataframe.Plot?
I’m trying to chart a table comparing the rate of uneducated men to the rate of uneducated women. I have a csv file with this data and I’m trying to put men and women on the "x" line and the number…
-
1
votes1
answer35
viewsQ: Refresh the page after 3 clicks on the button
I developed a code in Javascript that generates a sequence of random numbers and I wanted to know if I can put a limit of 3 clicks on this button and after the 3rd click the page is updated. I’ve…