Python, Programming30 November 2020
bins = pd.qcut(${SERIES}, 3)
bins[0].left
bins[0].right
tags: Python, Programming