https://github.com/ajcr/reputation-explorer
Peer deeper into your Stack Overflow rep; plot the rate at which your posts get upvotes
https://github.com/ajcr/reputation-explorer
Last synced: 2 months ago
JSON representation
Peer deeper into your Stack Overflow rep; plot the rate at which your posts get upvotes
- Host: GitHub
- URL: https://github.com/ajcr/reputation-explorer
- Owner: ajcr
- Created: 2016-03-27T18:48:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T19:11:51.000Z (about 9 years ago)
- Last Synced: 2025-02-15T20:27:51.974Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Reputation Explorer
So you're active on [Stack Overflow](http://stackoverflow.com/) or another site in the Stack Exchange network.
If you're curious, you can find a lot of data about exactly how you've accumulated reputation using Stack Exchange Data Explorer. However, data about when your reputation was gained or lost is not accessible here!
What do you do if, for instance, you want to see exactly how one of your answers have been voted on over time?This notebook shows a simple way to find, clean and then dig into this data using [pandas](http://pandas.pydata.org/).
Click [here](https://github.com/ajcr/reputation-explorer/blob/master/reputation-explorer.ipynb) to see the exploration in action.