Logstash Performance Testing Server Details HP BL460 48 Gb Memory 2 x X5675 @ 3.07GHz 2 x 10 gbps NIC 2tb NetApp NFS volume for ES data
The Best of the Best Practices (BOBP) Guide for Python A "Best of the Best Practices" (BOBP) guide to developing in Python. In General Values "Build tools for others that you want to be built for you." - Kenneth Reitz "Simplicity is alway better than functionality." - Pieter Hintjens
Useful Pandas Snippets A personal diary of DataFrame munging over the years. Data Types and Conversion Convert Series datatype to numeric (will error if column has non-numeric values) (h/t @makmanalp)