GithubHelp home page GithubHelp logo

yaowenqiang / php-fw-survey-2015 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sitepoint-editors/php-fw-survey-2015

0.0 2.0 0.0 1010 KB

The results of the annual PHP framework popularity survey of 2015

License: MIT License

PHP 100.00%

php-fw-survey-2015's Introduction

php-fw-survey-2015

The results of the annual PHP framework popularity survey of 2015

Playing with the data

If you decide to use PHP to play with this data, I recommend league/csv.

Data

The data is in the dump folder

survey.csv

This is the main file. Contains all results, stripped of referrer and email.

framework_by_country.csv

List of winning framework by country. Only countries with more than 50 votes are displayed.

fw_score_personal.csv

List of frameworks and their vote counts, ordered by vote, for the personal choice category. Includes "other". Could use some work filtering the "other" stuff and combining into the predefined values.

fw_score_work.csv

Same as above. Also still needs some cleaning.

Helpers

Helpers are files I generated to help you with manipulating the data, either in PHP or in R.

PHP Helpers

  • countries.php returns an array of all countries in the survey, in order of appearance. The set is unique.

  • fields.php contains the full names of the fields of the header of the CSV file. The one in dump is normalized for easier querying in R, and as such does not contain full names, but shortened and uniqueified ones

  • age_education.php two functions that define age groups and education levels. Initially, Typeform put them in plan text into the fields of the CSV which wasted space. I replaced their full names with numeric references and built two functions to extract those names if needed. Note that the arrays are 1-based.

CSV Helpers

  • countries.csv is a single-column no-header list of countries appearing in the results, in order of appearance. The set is unique.

  • fields.csv is a row of column names (see PHP Helpers -> fields.php) for why

php-fw-survey-2015's People

Contributors

swader avatar

Watchers

 avatar  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.