changelog
The Python SDK now speaks pandas
A new `to_dataframe()` returns API responses as DataFrames — no glue code required.
The most-requested feature from data teams just shipped.
df = jinz.candidates.to_dataframe(status="active")
df.groupby("location").size().sort_values(ascending=False)

