Skip to content

Instantly share code, notes, and snippets.

  • Save christopheredsall/eee24c0aa3474c76bcde00d15c59a2b6 to your computer and use it in GitHub Desktop.
Save christopheredsall/eee24c0aa3474c76bcde00d15c59a2b6 to your computer and use it in GitHub Desktop.
city_pop.txt
This is an example CSV file
The text at the top here is not part of the data but instead is here
to describe the file. You'll see this quite often in real-world data.
A -1 signifies a missing value.
year;London;Paris;Rome
2001;7.322;2.148;2.547
2006;7.652;;2.627
2008;-1;2.211;
2009;-1;2.234;2.734
2011;8.174;;
2012;-1;2.244;2.627
2015;8.615;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment