A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
| module Main exposing (..) | |
| import Html exposing (Html, div, hr, text) | |
| import Html.App as App | |
| import Navigation | |
| -- APP IMPORTS | |
| import FirstPage |
| #!/bin/sh | |
| # =============================== | |
| # Hacker's OSX setting | |
| # =============================== | |
| # Modified by PastLeo from https://gist.github.com/brandonb927/3195465 | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx |
A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
| #!/bin/bash | |
| set -e | |
| function main { | |
| git rev-list --reverse HEAD | | |
| while read rev; do | |
| echo "'`commit_description`', '`number_of_lines`'" | |
| done > stats.csv | |
| } |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"