Skip to content

Instantly share code, notes, and snippets.

@AndyButland
Created April 30, 2019 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyButland/4a40e42b3ee521ae6f824457ef96b6af to your computer and use it in GitHub Desktop.
Save AndyButland/4a40e42b3ee521ae6f824457ef96b6af to your computer and use it in GitHub Desktop.
public class CountryData
{
[LoadColumn(0)]
public string Code;
[LoadColumn(1)]
public string Name;
[LoadColumn(3)]
public float HappinessScore;
[LoadColumn(4)]
public float Population;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment