https://github.com/vasilescur/time
Analysis of how I've spent every minute of my time over the past several months.
https://github.com/vasilescur/time
Last synced: 3 months ago
JSON representation
Analysis of how I've spent every minute of my time over the past several months.
- Host: GitHub
- URL: https://github.com/vasilescur/time
- Owner: vasilescur
- Created: 2019-02-25T03:52:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T04:01:51.000Z (about 6 years ago)
- Last Synced: 2025-01-16T17:34:14.212Z (4 months ago)
- Language: HTML
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time
Analysis of how I've spent every minute of my time over the past several months.
## What
I've been tracking every minute of every day for the past few months using an app on my phone. After exporting to CSV format,
I can then create visualizations and statistical analyses on the data.## Results: Check it out [here](Time.md)!
## How
#### See the source code [here](Time.Rmd)
I used Python to clean up the data, and R to further manipulate it and create the visualizations.
Both the Python and the R code was embedded in an `Rmd` (R-Markdown) file, which was then `knit` into a rendered `md` file
with code output (including visualizations) embedded.## License
Creative Commons By-Attribution Non-Commerical Share-Alike.