Giter Site home page Giter Site logo

building-permits's Introduction

building-permits

This repository provies the code and data accompanying my "whole game" intro to data science video. The goal of this video is to quickly outline all the parts of a data science project so you get an overview of how everything hangs together, and see a little bit of my workflow.

  • permits-actual.md: this is the actual code I typed during the video

  • permits-practice.md: practice code that I wrote beforehand. The code is a little nicer and it has more comments.

TODO

  • Figure out how to show keyboard shortcuts on screen

building-permits's People

Contributors

hadley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

building-permits's Issues

Capturing shortkeys

I'm planning on doing a similar test run for YouTube tutorials, and assuming you're predominantly doing these on macOS, I'd like to recommend keycastr. It's simple, it does the job, and it should work nicely for your use case. You can install it via brew cask install keycastr and need to give it accessibility access, and then it just lives in your menu bar and is ready to go.

Hope this helps,
hope to see more videos soon :)

Year-month data type

I enjoyed the video; we all should do more of this. It is useful to look over other people's shoulders and see how they work.

One thing that struck me in need of clear improvement: your timepoints should really not be a numeric of year + (month-1)/12. The chron package has been on CRAN since the 1990s, it has yearmon. And of course the ts object is designed for series with a regular increment like a month or quarter. Neither one of these may qualify for "tidy" but I think it would make for nice gesture towards "all of R" to also use containers from base R.

[ And converting back and forth is hard. I did some work with code by the NY Times which (explicitly) deseasonalized for it required ts objects. They had started from a pretty "tidy" codebase but had to add a ton of ad-hoc converters to go from data.frame (or tibble) to ts and back. The current (frozen) snapshot of the CRAN package I made of this in this NYTimes repo which they let me push to. ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.