Coder Social home page Coder Social logo

qualclient's Introduction

QualClient

Documentation Status

Pythonic API Client that exports Qualtrics Data straight to Pandas DataFrame

Features

QualClient is a python wrapper the provides convenient access to data exports directly from Qualtrics into Pandas for further manipulation.

The client in intiated with an API Token, and API URL It provides 3 Primary functions-

QualClient.pull_survey_meta():
Pulls down a complete list of your surveys and addtional parameters such as isActive, Creation Date, Mod Date, Name, and IDs
QualClient.pull_definition(survey_id):
survey_id : str Takes the supplied survey_id and returns a df with the survey's defintion info, which identifies things like the questions asked, question text, question order, and IDs
QualClient.pull_results(survey_id):
survey_id : str Take the supplied survey_id and returns a df of all of the responses to the survey, with both the raw text and encoding of the response. This functionalty actually downloads and unzips files from Qualtrics, so be aware that it might take a moment to return the finalized data. DF takes the shape of a long table with one response per row.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

qualclient's People

Contributors

jaunson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.