FlatFiles VS stata-sankey

Compare FlatFiles vs stata-sankey and see what are their differences.

FlatFiles

Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed. (by jehugaleahsa)

stata-sankey

A Stata package for Sankey diagrams (by asjadnaqvi)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
FlatFiles stata-sankey
1 1
350 19
- -
0.0 6.1
over 1 year ago about 1 month ago
C# Stata
The Unlicense MIT License
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.

FlatFiles

Posts with mentions or reviews of FlatFiles. We have used some of these posts to build our list of alternatives and similar projects.

stata-sankey

Posts with mentions or reviews of stata-sankey. We have used some of these posts to build our list of alternatives and similar projects.
  • Anyone know how I can make a similar figure to this? basically describes the temporal trends for pt's with a certain heart condition over three timepoints.
    1 project | /r/stata | 27 Feb 2023
    /* run once: net install sankey, from("https://raw.githubusercontent.com/asjadnaqvi/stata-sankey/main/installation/") replace ssc install palettes, replace ssc install colrspace, replace ado update, update // example dataset, if interested: use "https://github.com/asjadnaqvi/stata-sankey/blob/main/data/sankey2.dta?raw=true", clear */ clear all input str20 source str20 destination layer value // layer 1, the number moving from 1st node to 2nd "D. Severe" "D. Severe" 1 0 "D. Severe" "C. Moderate" 1 3 "D. Severe" "B. Mild" 1 2 "D. Severe" "A. None/Trivial" 1 1 "C. Moderate" "D. Severe" 1 0 "C. Moderate" "C. Moderate" 1 7 "C. Moderate" "B. Mild" 1 6 "C. Moderate" "A. None/Trivial" 1 11 "B. Mild" "D. Severe" 1 0 "B. Mild" "C. Moderate" 1 0 "B. Mild" "B. Mild" 1 0 "B. Mild" "A. None/Trivial" 1 0 "A. None/Trivial" "D. Severe" 1 0 "A. None/Trivial" "C. Moderate" 1 0 "A. None/Trivial" "B. Mild" 1 0 "A. None/Trivial" "A. None/Trivial" 1 0 // layer 2, the number moving from 2nd node to 3rd "D. Severe" "D. Severe" 2 0 "D. Severe" "C. Moderate" 2 0 "D. Severe" "B. Mild" 2 0 "D. Severe" "A. None/Trivial" 2 0 "C. Moderate" "D. Severe" 2 2 "C. Moderate" "C. Moderate" 2 1 "C. Moderate" "B. Mild" 2 5 "C. Moderate" "A. None/Trivial" 2 2 "B. Mild" "D. Severe" 2 4 "B. Mild" "C. Moderate" 2 1 "B. Mild" "B. Mild" 2 3 "B. Mild" "A. None/Trivial" 2 0 "A. None/Trivial" "D. Severe" 2 1 "A. None/Trivial" "C. Moderate" 2 1 "A. None/Trivial" "B. Mild" 2 5 "A. None/Trivial" "A. None/Trivial" 2 5 end drop if value==0 sankey value, from(source) to(destination) by(layer) /// sortby(name) showtotal colorby(level) labangle(0)

What are some alternatives?

When comparing FlatFiles and stata-sankey you can also consider the following projects:

FileHelpers - The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams

stata-alluvial - A Stata package for alluvial plots

Donald - A lightweight, generic F# database abstraction.

TableToImageExport - C# Library for processing tabular data into images.

ftools - Fast Stata commands for large datasets

floweaver - View flow data as Sankey diagrams

timeline-sankey - A project to visualize time range series data using the Sankey diagram.

sankeydiagram.net - sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.