I am looking for either databases that I can download for sqlite3 or csv files to practice with. I was looking at some of the databases on a government website like this.
series_id year period value footnote_codes
CUURA000AA0 1986 M12 100.0
CUURA000AA0 1987 M01 100.6
Something like this would be good, but I am looking for something with values that would be more meaningful to me and could be used to practice different SQL statements and functions with. Basically I just need some big file to use as a database, so that I do not have to create my own.
data.stackexchange.com lets you query the full set of StackOverflow data, it’s an excellent learning set and you can see the same data on the site. Data is dumped once a month I believe.