/surveypandas

Python tools for survey data

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

surveypandas: pandas for survey data

Surveypandas is a set of python tools to deal with survey data.

It implements a specific form of pandas DataFrame named DataFrameW which includes a weights parameter to be able to compute easily weighted average, sum or variance.

This project is still at its early stage.