A Python library for easier SurveyMonkey data access. Many Python users face challenges fetching SurveyMonkey data due to the lack of robust libraries compared to R's surveymonkey package. I created monkpy, a wrapper utilizing rpy2, to bridge this gap. It fetches data using the R library, cleans it, and converts it into a ready-to-use Pandas DataFrame via rpy2's high-level interface. The API is designed for simplicity.
Check it out on GitHub: https://github.com/lasagna0/monkpy
A Python library for easier SurveyMonkey data access. Many Python users face challenges fetching SurveyMonkey data due to the lack of robust libraries compared to R's surveymonkey package. I created monkpy, a wrapper utilizing rpy2, to bridge this gap. It fetches data using the R library, cleans it, and converts it into a ready-to-use Pandas DataFrame via rpy2's high-level interface. The API is designed for simplicity.
Check it out on GitHub: https://github.com/lasagna0/monkpy