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)
| // The 6 ways to uwnrap optionals in Swift 2.0 | |
| // | |
| // Created by Patrick Lynch on 6/28/15. | |
| // Copyright © 2015 Patrick Lynch. All rights reserved. | |
| import Foundation | |
| // 1. Force Unwrapping | |
| // 2. Optional Binding | |
| // 3. Optional Chaining |
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)
Press minus + shift + s and return to chop/fold long lines!