-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7428579
Showing
6 changed files
with
48,464 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
env/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Gitcoin Grants Analysis G1-G12 | ||
|
||
This is a submission for the Gitcoin Bounty [here](https://gitcoin.co/issue/gitcoinco/skunkworks/252/100027341). I only | ||
dabble in the data science world, and this was my first real shot at putting together a comprehensive analysis. It's | ||
definitely not that mind-blowing or complex, but I enjoyed putting it together. It revealed to me that I have a lot of | ||
learning to do in different statistical analysis tools and approaches, but that this can be rewarding work. | ||
|
||
## Lessons for Next Time | ||
|
||
* Use [Plotly](https://plotly.com/) which has a lot more features and slick interface. I discovered it late in this process, and turns out it's not easy to just drop in as a replacement for the `pandas` default plotting setup. | ||
* Refresh and improve my statistics knowledge. | ||
* Improve my `pandas` skills. They definitely got better through this process, but there are certain parts that I did quite naively that I'm sure could have been accomplished with better syntax and performance. |
Oops, something went wrong.