Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updateosxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updateA personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
| import sbt._ | |
| import Keys._ | |
| import sbt.Classpaths.publishTask | |
| /* code for https://groups.google.com/forum/?fromgroups=#!searchin/simple-build-tool/m2/simple-build-tool/BLir3V_3ajY/YQZ5vobWatoJ | |
| title: publish-local to both .m2 and .ivy2 | |
| use "sbt pl" to publish to both local repositories | |
| */ | |
| object DemoBuild extends Build { |