Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 314 Bytes

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.