qcoder
Lightweight package to do qualitative coding (by ropenscilabs)
worldcup
A Comprehensive Database on the FIFA World Cup (Men's and Women's) (by jfjelstul)
qcoder | worldcup | |
---|---|---|
2 | 6 | |
137 | 184 | |
0.0% | 0.0% | |
0.0 | 4.2 | |
almost 2 years ago | about 1 year ago | |
HTML | HTML | |
GNU General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
qcoder
Posts with mentions or reviews of qcoder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-16.
-
[R] Qualitative analysis software
Because we're on a statistics subreddit, I have to mention there are a handful of packages for doing qualitative work in R - RQDA, Q-Coder, some others - but I would not recommend it if you're not already familiar with R, or at least some programming language. There are graphical interfaces that will serve you well.
-
[Q] Does anyone use R to code qualitative data?
qcoder is also out there. It's still under active maintenance, but it's not on CRAN. It has a handy user interface, but you can obviously insert the qual tags yourself.
worldcup
Posts with mentions or reviews of worldcup.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Generate Data Warehouse
Hi guys, I have a school project for building a Data warehouse using an open-source dataset. I currently dive into one dataset which is The Fjelstul World Cup Database (Github: https://github.com/jfjelstul/worldcup). This dataset has multiple tables which combine a variety of properties. It's hard to figure out the whole following process to build a Dataware house from scratch. I just get some ideas and make out a sample of this. Can you guys help me examine that? What are the best ways to build Fact and Dimension tables from this generous dataset? What properties and table I should put in that case?
- Where to find database of World Cup penalty statistics? Including penalties awarded and the score line of when this happened
-
[OC] Brazil and Argentina are the top goal-scorers in World Cup history.
Source: Fjelstul World Cup Database
- Ask about Day 5 of #25daysofDAXFridays
-
Announcing the 25 days of DAX Fridays! second edition!
let Source = Web.BrowserContents("https://github.com/jfjelstul/worldcup/tree/master/data-csv"), #"Extracted Table From Html" = Html.Table( Source, {{"FileName", ".js-navigation-open.Link\-\-primary"}}, [RowSelector = ".Box-row + *"] ), fxCSVs = (FileName as text) as table => let Source = Csv.Document( Web.Contents( "https://raw.githubusercontent.com/jfjelstul/worldcup/master/data-csv/" & FileName ), [Delimiter = ",", Encoding = 65001, QuoteStyle = QuoteStyle.None] ), #"Promoted Headers" = Table.PromoteHeaders(Source, [PromoteAllScalars = true]) in #"Promoted Headers", #"Invoked Custom Function" = Table.AddColumn( #"Extracted Table From Html", "CSV_Data", each fxCSVs([FileName]) ) in #"Invoked Custom Function"
-
Ask about Day 1 of #25daysofDAXFridays
= Csv.Document(Web.Contents("https://github.com/jfjelstul/worldcup/blob/master/data-csv/award_winners.csv"),[Delimiter=",", Encoding=65001, QuoteStyle=QuoteStyle.None])
What are some alternatives?
When comparing qcoder and worldcup you can also consider the following projects:
trackdown - R package for collaborative writing and editing of R Markdown (or Sweave) documents in Google Docs.
football_analytics - 📊⚽ A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.
tidytext - Text mining using tidy tools :sparkles::page_facing_up::sparkles:
QualCoder - Qualitative data analysis for text, images, audio, video. Cross platform. Python 3.10 or newer and PyQt6.
sofifa-web-scraper - JavaScript scrapper for over 18k detailed players info and stats from EA FC 25 from SoFIFA.com.