├── .vscode └── launch.json ├── 769-exam ├── syracuse-7-day-forecast.json ├── taco_city_1.csv ├── taco_city_2.csv ├── taco_city_3.csv └── taco_city_stores.txt ├── cars └── weight-vs-mpg.csv ├── chipolte └── orders.tsv ├── city-of-syracuse ├── wards.csv └── wards.geojson ├── classes ├── ischool-schedule-fall2015.csv ├── ischool-schedule-fall2017.csv └── ischool-schedule-spring2019.csv ├── clickstream ├── ip_lookup.csv ├── u_ex160211.log ├── u_ex160212.log └── u_ex160213.log ├── credit-cards └── credit_cards.txt ├── crime ├── nys-crime-1960-2012.csv └── syracuse-crime-data-1985-2012.csv ├── customers ├── customers.csv ├── fudgemart_customer_survey.csv ├── fudgemart_customer_survey.xls └── surveys.csv ├── dedupe ├── orders1.csv └── orders2.csv ├── delimited ├── apr-orders.csv ├── bbplayers.csv ├── bbteams.csv ├── campus-students.csv ├── class-schedule.csv ├── customers.csv ├── feb-orders.csv ├── fudge_companies.csv ├── jan-orders.csv ├── mar-orders.csv ├── online-students.csv ├── orders.csv ├── students-header-blanks.csv ├── students-header.csv ├── students-header.psv ├── students-header.tsv ├── students-no-header-blanks.ssv ├── students-no-header.csv └── webtraffic.log ├── dining └── check-data.csv ├── exam-scores ├── exam-scores.csv └── exam-scores.xlsx ├── excel-examples └── books_of_interest.xlsx ├── ffcu └── ffcu_mssql_script_1_0.sql ├── flights ├── AWS Academy Learner Lab - Educator Guide - English.pdf ├── AWS Academy Learner Lab - Services - English.pdf ├── aircraft.csv ├── airport-codes.csv ├── airports.json └── sample-flights.csv ├── fudgemart ├── mssql.sql └── mysql.sql ├── funny-names └── funny-names.tsv ├── golden-snowball └── golden-snowball.txt ├── grades ├── .allgrades.tsv.crc ├── fall2015.tsv ├── fall2016.tsv ├── spring2016.tsv └── spring2017.tsv ├── ist256 ├── 07-Files │ ├── beer-calories.txt │ ├── class-roster.txt │ ├── enron-allen-inbox.txt │ ├── enron-donohoe-inbox.txt │ ├── enron-lay-inbox.txt │ ├── enron-onemail-inbox.txt │ ├── enron-small-inbox.txt │ ├── enron-williams-inbox.txt │ ├── google-com.html │ ├── httpbin-org.html │ ├── ischool-syr-edu.html │ ├── mbox-short.txt │ ├── mbox-tiny.txt │ ├── poll-responses.txt │ └── wikipedia-President-of-the-United-States.html ├── 08-Lists │ ├── bad-passwords.txt │ ├── beer-calories.txt │ ├── fudgemart-products.txt │ └── test-fudgemart-products.txt ├── 09-Dictionaries │ ├── US-Senators-2019.json │ ├── europe.json │ ├── fudgemart-products.json │ ├── stocks.json │ ├── syr-weather-dec-2015.json │ └── usinfo.json ├── 12-pandas │ ├── titanic.csv │ └── top40.csv └── 13-visualization │ ├── moviegoers.csv │ ├── ny-cities.csv │ └── us-states.json ├── ist356 └── sample_cuse_vietnamese_restaurant_place_ids.csv ├── json-formats ├── students-columns.json ├── students-index.json ├── students-lines.json ├── students-records.json ├── students-split.json ├── students-table.json └── students-values.json ├── json-samples ├── US-Senators.json ├── employees-dict.json ├── employees.json ├── europe.json ├── fudgemart-products.json ├── google-places.json ├── movies.json ├── orders.json ├── people │ ├── 1.json │ ├── 2.json │ ├── 3.json │ ├── 4.json │ └── 5.json ├── reddit.json ├── stocks.json └── students.json ├── minimart ├── customers.csv ├── purchases-apr.csv ├── purchases-feb.csv ├── purchases-jan.csv └── purchases-mar.csv ├── mtrand.pyx ├── netflix-canceled-2021 ├── .ipynb_checkpoints │ └── blackaf-checkpoint.json ├── blackaf.json ├── bonding.json ├── country-comfort.json ├── cowboy-bebop.json ├── cursed.json ├── dad-stop-embarassing-me.json ├── grand-army.json ├── julie-and-the-phantoms.json ├── jupyters-legacy.json ├── kims-convenience.json ├── mr-iglesias.json ├── on-my-block.json ├── peaky-blinders.json ├── special.json ├── the-crew.json ├── the-dutchess.json ├── the-irregulars.json ├── the-last-kingdom.json └── zero-chill.json ├── nyc311 └── sr20160401.csv ├── orders ├── sample-orders.csv └── task.csv ├── pandas └── _libs │ └── parsers.pyx ├── readme.md ├── redditnews ├── crawlreddit.py ├── data.json ├── py2.py ├── sample.json ├── t3_4b92ci.json ├── t3_4b9ik9.json ├── t3_4bfd87.json ├── t3_4bfush.json ├── t3_4bg9ts.json ├── t3_4bhcqj.json ├── t3_4biicn.json ├── t3_4biwhq.json ├── t3_4bjk0q.json ├── t3_4bkl82.json ├── t3_4bky67.json ├── t3_4bm0qs.json ├── t3_4bn3xr.json ├── t3_4bogs2.json ├── t3_4boh86.json ├── t3_4bow28.json ├── t3_4boxh9.json ├── t3_4boxuw.json ├── t3_4boyf0.json ├── t3_4bqq9f.json ├── t3_4bqx12.json ├── t3_4bt7np.json ├── t3_4btn0g.json ├── t3_4bunjx.json ├── t3_4bur9m.json ├── t3_4bwops.json ├── t3_4bxp3h.json ├── t3_4bxsxf.json ├── t3_4bzpb0.json ├── t3_4c90n3.json └── top.json ├── spelling └── dict.txt ├── st-lucia ├── St-Lucia-1815-Plantation-Only.csv └── parishes.csv ├── stocks ├── AAPL.csv ├── AMZN.csv ├── DELL.csv ├── GM.csv ├── GOOG.csv ├── HD.csv ├── IBM.csv ├── LULU.csv ├── META.csv ├── MSFT.csv ├── NET.csv ├── NFLX.csv ├── Stocks.ipynb ├── TSLA.csv ├── TTD.csv ├── X.csv └── company-info.json ├── streaming ├── atm-datagen.py ├── kafka-atm-datagen.py ├── kafka-atm-stream.sh ├── kafka-weblogs-datagen.py └── kafka-weblogs-stream.sh ├── student_polls ├── class_roster.txt ├── poll-responses-2024-01-08.csv ├── poll-responses-2024-01-15.csv ├── poll-responses-2024-01-22.csv ├── poll-responses-2024-01-29.csv ├── poll-responses.txt └── roster.csv ├── superhero ├── superhero-movie-dataset-1978-2012-header.csv ├── superhero-movie-dataset-1978-2012-no-header.csv └── superhero-movies.mysql ├── text ├── 2016-state-of-the-union.txt ├── constitution.txt ├── english-words.txt ├── gnu-gpl3-license.txt ├── mbox-short.txt ├── preamble.txt └── zork1-walkthru.txt ├── tv-shows ├── breaking-bad.json ├── cobra-kai.json ├── daredevil.json ├── friends.json ├── game-of-thrones.json ├── greys-anatomy.json ├── https---api.tvmaze.com-singlesearch-shows-q=game+of+thrones&embed=episodes.url ├── seinfeld.json ├── the-flash.json ├── the-sopranos.json ├── the-wire.json └── westworld.json ├── tweets ├── fudgemart_tweets.txt ├── fudgemart_tweets.xls ├── logagent.conf ├── sample-tweet-stream.psv ├── simtweet-2.py ├── simtweet.py ├── test.py ├── tweet-stream.sh ├── tweet-stream2.sh ├── tweets.json └── tweets.psv ├── ufo-sightings ├── ufo-sightings-2016-01.csv ├── ufo-sightings-2016-02.csv ├── ufo-sightings-2016-03.csv ├── ufo-sightings-2016-04.csv ├── ufo-sightings-2016-05.csv └── ufo-sightings-tmp.csv ├── usa ├── geographic-centers.csv ├── us-pop-estimates-2010-2016.csv ├── us-states-geojson.json └── valid_us_addresses_with_ip_tiny.csv ├── weather └── syracuse-ny.csv ├── website-logs └── sample-website-logs.csv └── zipcodes ├── free-zipcode-database-Primary.csv └── free-zipcode-database-primary-no-header.csv /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /769-exam/syracuse-7-day-forecast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/769-exam/syracuse-7-day-forecast.json -------------------------------------------------------------------------------- /769-exam/taco_city_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/769-exam/taco_city_1.csv -------------------------------------------------------------------------------- /769-exam/taco_city_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/769-exam/taco_city_2.csv -------------------------------------------------------------------------------- /769-exam/taco_city_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/769-exam/taco_city_3.csv -------------------------------------------------------------------------------- /769-exam/taco_city_stores.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/769-exam/taco_city_stores.txt -------------------------------------------------------------------------------- /cars/weight-vs-mpg.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/cars/weight-vs-mpg.csv -------------------------------------------------------------------------------- /chipolte/orders.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/chipolte/orders.tsv -------------------------------------------------------------------------------- /city-of-syracuse/wards.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/city-of-syracuse/wards.csv -------------------------------------------------------------------------------- /city-of-syracuse/wards.geojson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/city-of-syracuse/wards.geojson -------------------------------------------------------------------------------- /classes/ischool-schedule-fall2015.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/classes/ischool-schedule-fall2015.csv -------------------------------------------------------------------------------- /classes/ischool-schedule-fall2017.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/classes/ischool-schedule-fall2017.csv -------------------------------------------------------------------------------- /classes/ischool-schedule-spring2019.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/classes/ischool-schedule-spring2019.csv -------------------------------------------------------------------------------- /clickstream/ip_lookup.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/clickstream/ip_lookup.csv -------------------------------------------------------------------------------- /clickstream/u_ex160211.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/clickstream/u_ex160211.log -------------------------------------------------------------------------------- /clickstream/u_ex160212.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/clickstream/u_ex160212.log -------------------------------------------------------------------------------- /clickstream/u_ex160213.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/clickstream/u_ex160213.log -------------------------------------------------------------------------------- /credit-cards/credit_cards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/credit-cards/credit_cards.txt -------------------------------------------------------------------------------- /crime/nys-crime-1960-2012.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/crime/nys-crime-1960-2012.csv -------------------------------------------------------------------------------- /crime/syracuse-crime-data-1985-2012.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/crime/syracuse-crime-data-1985-2012.csv -------------------------------------------------------------------------------- /customers/customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/customers/customers.csv -------------------------------------------------------------------------------- /customers/fudgemart_customer_survey.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/customers/fudgemart_customer_survey.csv -------------------------------------------------------------------------------- /customers/fudgemart_customer_survey.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/customers/fudgemart_customer_survey.xls -------------------------------------------------------------------------------- /customers/surveys.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/customers/surveys.csv -------------------------------------------------------------------------------- /dedupe/orders1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/dedupe/orders1.csv -------------------------------------------------------------------------------- /dedupe/orders2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/dedupe/orders2.csv -------------------------------------------------------------------------------- /delimited/apr-orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/apr-orders.csv -------------------------------------------------------------------------------- /delimited/bbplayers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/bbplayers.csv -------------------------------------------------------------------------------- /delimited/bbteams.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/bbteams.csv -------------------------------------------------------------------------------- /delimited/campus-students.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/campus-students.csv -------------------------------------------------------------------------------- /delimited/class-schedule.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/class-schedule.csv -------------------------------------------------------------------------------- /delimited/customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/customers.csv -------------------------------------------------------------------------------- /delimited/feb-orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/feb-orders.csv -------------------------------------------------------------------------------- /delimited/fudge_companies.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/fudge_companies.csv -------------------------------------------------------------------------------- /delimited/jan-orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/jan-orders.csv -------------------------------------------------------------------------------- /delimited/mar-orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/mar-orders.csv -------------------------------------------------------------------------------- /delimited/online-students.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/online-students.csv -------------------------------------------------------------------------------- /delimited/orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/orders.csv -------------------------------------------------------------------------------- /delimited/students-header-blanks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-header-blanks.csv -------------------------------------------------------------------------------- /delimited/students-header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-header.csv -------------------------------------------------------------------------------- /delimited/students-header.psv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-header.psv -------------------------------------------------------------------------------- /delimited/students-header.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-header.tsv -------------------------------------------------------------------------------- /delimited/students-no-header-blanks.ssv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-no-header-blanks.ssv -------------------------------------------------------------------------------- /delimited/students-no-header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/students-no-header.csv -------------------------------------------------------------------------------- /delimited/webtraffic.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/delimited/webtraffic.log -------------------------------------------------------------------------------- /dining/check-data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/dining/check-data.csv -------------------------------------------------------------------------------- /exam-scores/exam-scores.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/exam-scores/exam-scores.csv -------------------------------------------------------------------------------- /exam-scores/exam-scores.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/exam-scores/exam-scores.xlsx -------------------------------------------------------------------------------- /excel-examples/books_of_interest.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/excel-examples/books_of_interest.xlsx -------------------------------------------------------------------------------- /ffcu/ffcu_mssql_script_1_0.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ffcu/ffcu_mssql_script_1_0.sql -------------------------------------------------------------------------------- /flights/AWS Academy Learner Lab - Educator Guide - English.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/AWS Academy Learner Lab - Educator Guide - English.pdf -------------------------------------------------------------------------------- /flights/AWS Academy Learner Lab - Services - English.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/AWS Academy Learner Lab - Services - English.pdf -------------------------------------------------------------------------------- /flights/aircraft.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/aircraft.csv -------------------------------------------------------------------------------- /flights/airport-codes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/airport-codes.csv -------------------------------------------------------------------------------- /flights/airports.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/airports.json -------------------------------------------------------------------------------- /flights/sample-flights.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/flights/sample-flights.csv -------------------------------------------------------------------------------- /fudgemart/mssql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/fudgemart/mssql.sql -------------------------------------------------------------------------------- /fudgemart/mysql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/fudgemart/mysql.sql -------------------------------------------------------------------------------- /funny-names/funny-names.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/funny-names/funny-names.tsv -------------------------------------------------------------------------------- /golden-snowball/golden-snowball.txt: -------------------------------------------------------------------------------- 1 | City Snowfall 2 | Syracuse 80.3 3 | Rochester 63.7 4 | Buffalo 55.1 5 | Binghamton 32.0 6 | Albany 16.9 7 | -------------------------------------------------------------------------------- /grades/.allgrades.tsv.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/grades/.allgrades.tsv.crc -------------------------------------------------------------------------------- /grades/fall2015.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/grades/fall2015.tsv -------------------------------------------------------------------------------- /grades/fall2016.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/grades/fall2016.tsv -------------------------------------------------------------------------------- /grades/spring2016.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/grades/spring2016.tsv -------------------------------------------------------------------------------- /grades/spring2017.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/grades/spring2017.tsv -------------------------------------------------------------------------------- /ist256/07-Files/beer-calories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/beer-calories.txt -------------------------------------------------------------------------------- /ist256/07-Files/class-roster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/class-roster.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-allen-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-allen-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-donohoe-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-donohoe-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-lay-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-lay-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-onemail-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-onemail-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-small-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-small-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/enron-williams-inbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/enron-williams-inbox.txt -------------------------------------------------------------------------------- /ist256/07-Files/google-com.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/google-com.html -------------------------------------------------------------------------------- /ist256/07-Files/httpbin-org.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/httpbin-org.html -------------------------------------------------------------------------------- /ist256/07-Files/ischool-syr-edu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/ischool-syr-edu.html -------------------------------------------------------------------------------- /ist256/07-Files/mbox-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/mbox-short.txt -------------------------------------------------------------------------------- /ist256/07-Files/mbox-tiny.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/mbox-tiny.txt -------------------------------------------------------------------------------- /ist256/07-Files/poll-responses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/poll-responses.txt -------------------------------------------------------------------------------- /ist256/07-Files/wikipedia-President-of-the-United-States.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/07-Files/wikipedia-President-of-the-United-States.html -------------------------------------------------------------------------------- /ist256/08-Lists/bad-passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/08-Lists/bad-passwords.txt -------------------------------------------------------------------------------- /ist256/08-Lists/beer-calories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/08-Lists/beer-calories.txt -------------------------------------------------------------------------------- /ist256/08-Lists/fudgemart-products.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/08-Lists/fudgemart-products.txt -------------------------------------------------------------------------------- /ist256/08-Lists/test-fudgemart-products.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/08-Lists/test-fudgemart-products.txt -------------------------------------------------------------------------------- /ist256/09-Dictionaries/US-Senators-2019.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/US-Senators-2019.json -------------------------------------------------------------------------------- /ist256/09-Dictionaries/europe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/europe.json -------------------------------------------------------------------------------- /ist256/09-Dictionaries/fudgemart-products.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/fudgemart-products.json -------------------------------------------------------------------------------- /ist256/09-Dictionaries/stocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/stocks.json -------------------------------------------------------------------------------- /ist256/09-Dictionaries/syr-weather-dec-2015.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/syr-weather-dec-2015.json -------------------------------------------------------------------------------- /ist256/09-Dictionaries/usinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/09-Dictionaries/usinfo.json -------------------------------------------------------------------------------- /ist256/12-pandas/titanic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/12-pandas/titanic.csv -------------------------------------------------------------------------------- /ist256/12-pandas/top40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/12-pandas/top40.csv -------------------------------------------------------------------------------- /ist256/13-visualization/moviegoers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/13-visualization/moviegoers.csv -------------------------------------------------------------------------------- /ist256/13-visualization/ny-cities.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/13-visualization/ny-cities.csv -------------------------------------------------------------------------------- /ist256/13-visualization/us-states.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist256/13-visualization/us-states.json -------------------------------------------------------------------------------- /ist356/sample_cuse_vietnamese_restaurant_place_ids.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ist356/sample_cuse_vietnamese_restaurant_place_ids.csv -------------------------------------------------------------------------------- /json-formats/students-columns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-columns.json -------------------------------------------------------------------------------- /json-formats/students-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-index.json -------------------------------------------------------------------------------- /json-formats/students-lines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-lines.json -------------------------------------------------------------------------------- /json-formats/students-records.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-records.json -------------------------------------------------------------------------------- /json-formats/students-split.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-split.json -------------------------------------------------------------------------------- /json-formats/students-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-table.json -------------------------------------------------------------------------------- /json-formats/students-values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-formats/students-values.json -------------------------------------------------------------------------------- /json-samples/US-Senators.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/US-Senators.json -------------------------------------------------------------------------------- /json-samples/employees-dict.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/employees-dict.json -------------------------------------------------------------------------------- /json-samples/employees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/employees.json -------------------------------------------------------------------------------- /json-samples/europe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/europe.json -------------------------------------------------------------------------------- /json-samples/fudgemart-products.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/fudgemart-products.json -------------------------------------------------------------------------------- /json-samples/google-places.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/google-places.json -------------------------------------------------------------------------------- /json-samples/movies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/movies.json -------------------------------------------------------------------------------- /json-samples/orders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/orders.json -------------------------------------------------------------------------------- /json-samples/people/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/people/1.json -------------------------------------------------------------------------------- /json-samples/people/2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/people/2.json -------------------------------------------------------------------------------- /json-samples/people/3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/people/3.json -------------------------------------------------------------------------------- /json-samples/people/4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/people/4.json -------------------------------------------------------------------------------- /json-samples/people/5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/people/5.json -------------------------------------------------------------------------------- /json-samples/reddit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/reddit.json -------------------------------------------------------------------------------- /json-samples/stocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/stocks.json -------------------------------------------------------------------------------- /json-samples/students.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/json-samples/students.json -------------------------------------------------------------------------------- /minimart/customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/minimart/customers.csv -------------------------------------------------------------------------------- /minimart/purchases-apr.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/minimart/purchases-apr.csv -------------------------------------------------------------------------------- /minimart/purchases-feb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/minimart/purchases-feb.csv -------------------------------------------------------------------------------- /minimart/purchases-jan.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/minimart/purchases-jan.csv -------------------------------------------------------------------------------- /minimart/purchases-mar.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/minimart/purchases-mar.csv -------------------------------------------------------------------------------- /mtrand.pyx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /netflix-canceled-2021/.ipynb_checkpoints/blackaf-checkpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/.ipynb_checkpoints/blackaf-checkpoint.json -------------------------------------------------------------------------------- /netflix-canceled-2021/blackaf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/blackaf.json -------------------------------------------------------------------------------- /netflix-canceled-2021/bonding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/bonding.json -------------------------------------------------------------------------------- /netflix-canceled-2021/country-comfort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/country-comfort.json -------------------------------------------------------------------------------- /netflix-canceled-2021/cowboy-bebop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/cowboy-bebop.json -------------------------------------------------------------------------------- /netflix-canceled-2021/cursed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/cursed.json -------------------------------------------------------------------------------- /netflix-canceled-2021/dad-stop-embarassing-me.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/dad-stop-embarassing-me.json -------------------------------------------------------------------------------- /netflix-canceled-2021/grand-army.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/grand-army.json -------------------------------------------------------------------------------- /netflix-canceled-2021/julie-and-the-phantoms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/julie-and-the-phantoms.json -------------------------------------------------------------------------------- /netflix-canceled-2021/jupyters-legacy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/jupyters-legacy.json -------------------------------------------------------------------------------- /netflix-canceled-2021/kims-convenience.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/kims-convenience.json -------------------------------------------------------------------------------- /netflix-canceled-2021/mr-iglesias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/mr-iglesias.json -------------------------------------------------------------------------------- /netflix-canceled-2021/on-my-block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/on-my-block.json -------------------------------------------------------------------------------- /netflix-canceled-2021/peaky-blinders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/peaky-blinders.json -------------------------------------------------------------------------------- /netflix-canceled-2021/special.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/special.json -------------------------------------------------------------------------------- /netflix-canceled-2021/the-crew.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/the-crew.json -------------------------------------------------------------------------------- /netflix-canceled-2021/the-dutchess.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/the-dutchess.json -------------------------------------------------------------------------------- /netflix-canceled-2021/the-irregulars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/the-irregulars.json -------------------------------------------------------------------------------- /netflix-canceled-2021/the-last-kingdom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/the-last-kingdom.json -------------------------------------------------------------------------------- /netflix-canceled-2021/zero-chill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/netflix-canceled-2021/zero-chill.json -------------------------------------------------------------------------------- /nyc311/sr20160401.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/nyc311/sr20160401.csv -------------------------------------------------------------------------------- /orders/sample-orders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/orders/sample-orders.csv -------------------------------------------------------------------------------- /orders/task.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/orders/task.csv -------------------------------------------------------------------------------- /pandas/_libs/parsers.pyx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/readme.md -------------------------------------------------------------------------------- /redditnews/crawlreddit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/crawlreddit.py -------------------------------------------------------------------------------- /redditnews/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/data.json -------------------------------------------------------------------------------- /redditnews/py2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/py2.py -------------------------------------------------------------------------------- /redditnews/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/sample.json -------------------------------------------------------------------------------- /redditnews/t3_4b92ci.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /redditnews/t3_4b9ik9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4b9ik9.json -------------------------------------------------------------------------------- /redditnews/t3_4bfd87.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bfd87.json -------------------------------------------------------------------------------- /redditnews/t3_4bfush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bfush.json -------------------------------------------------------------------------------- /redditnews/t3_4bg9ts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bg9ts.json -------------------------------------------------------------------------------- /redditnews/t3_4bhcqj.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /redditnews/t3_4biicn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4biicn.json -------------------------------------------------------------------------------- /redditnews/t3_4biwhq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4biwhq.json -------------------------------------------------------------------------------- /redditnews/t3_4bjk0q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bjk0q.json -------------------------------------------------------------------------------- /redditnews/t3_4bkl82.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bkl82.json -------------------------------------------------------------------------------- /redditnews/t3_4bky67.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bky67.json -------------------------------------------------------------------------------- /redditnews/t3_4bm0qs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bm0qs.json -------------------------------------------------------------------------------- /redditnews/t3_4bn3xr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bn3xr.json -------------------------------------------------------------------------------- /redditnews/t3_4bogs2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bogs2.json -------------------------------------------------------------------------------- /redditnews/t3_4boh86.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4boh86.json -------------------------------------------------------------------------------- /redditnews/t3_4bow28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bow28.json -------------------------------------------------------------------------------- /redditnews/t3_4boxh9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4boxh9.json -------------------------------------------------------------------------------- /redditnews/t3_4boxuw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4boxuw.json -------------------------------------------------------------------------------- /redditnews/t3_4boyf0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4boyf0.json -------------------------------------------------------------------------------- /redditnews/t3_4bqq9f.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bqq9f.json -------------------------------------------------------------------------------- /redditnews/t3_4bqx12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bqx12.json -------------------------------------------------------------------------------- /redditnews/t3_4bt7np.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bt7np.json -------------------------------------------------------------------------------- /redditnews/t3_4btn0g.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4btn0g.json -------------------------------------------------------------------------------- /redditnews/t3_4bunjx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bunjx.json -------------------------------------------------------------------------------- /redditnews/t3_4bur9m.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bur9m.json -------------------------------------------------------------------------------- /redditnews/t3_4bwops.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bwops.json -------------------------------------------------------------------------------- /redditnews/t3_4bxp3h.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bxp3h.json -------------------------------------------------------------------------------- /redditnews/t3_4bxsxf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bxsxf.json -------------------------------------------------------------------------------- /redditnews/t3_4bzpb0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4bzpb0.json -------------------------------------------------------------------------------- /redditnews/t3_4c90n3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/t3_4c90n3.json -------------------------------------------------------------------------------- /redditnews/top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/redditnews/top.json -------------------------------------------------------------------------------- /spelling/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/spelling/dict.txt -------------------------------------------------------------------------------- /st-lucia/St-Lucia-1815-Plantation-Only.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/st-lucia/St-Lucia-1815-Plantation-Only.csv -------------------------------------------------------------------------------- /st-lucia/parishes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/st-lucia/parishes.csv -------------------------------------------------------------------------------- /stocks/AAPL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/AAPL.csv -------------------------------------------------------------------------------- /stocks/AMZN.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/AMZN.csv -------------------------------------------------------------------------------- /stocks/DELL.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/DELL.csv -------------------------------------------------------------------------------- /stocks/GM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/GM.csv -------------------------------------------------------------------------------- /stocks/GOOG.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/GOOG.csv -------------------------------------------------------------------------------- /stocks/HD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/HD.csv -------------------------------------------------------------------------------- /stocks/IBM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/IBM.csv -------------------------------------------------------------------------------- /stocks/LULU.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/LULU.csv -------------------------------------------------------------------------------- /stocks/META.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/META.csv -------------------------------------------------------------------------------- /stocks/MSFT.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/MSFT.csv -------------------------------------------------------------------------------- /stocks/NET.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/NET.csv -------------------------------------------------------------------------------- /stocks/NFLX.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/NFLX.csv -------------------------------------------------------------------------------- /stocks/Stocks.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/Stocks.ipynb -------------------------------------------------------------------------------- /stocks/TSLA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/TSLA.csv -------------------------------------------------------------------------------- /stocks/TTD.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/TTD.csv -------------------------------------------------------------------------------- /stocks/X.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/X.csv -------------------------------------------------------------------------------- /stocks/company-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/stocks/company-info.json -------------------------------------------------------------------------------- /streaming/atm-datagen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/streaming/atm-datagen.py -------------------------------------------------------------------------------- /streaming/kafka-atm-datagen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/streaming/kafka-atm-datagen.py -------------------------------------------------------------------------------- /streaming/kafka-atm-stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/streaming/kafka-atm-stream.sh -------------------------------------------------------------------------------- /streaming/kafka-weblogs-datagen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/streaming/kafka-weblogs-datagen.py -------------------------------------------------------------------------------- /streaming/kafka-weblogs-stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/streaming/kafka-weblogs-stream.sh -------------------------------------------------------------------------------- /student_polls/class_roster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/class_roster.txt -------------------------------------------------------------------------------- /student_polls/poll-responses-2024-01-08.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/poll-responses-2024-01-08.csv -------------------------------------------------------------------------------- /student_polls/poll-responses-2024-01-15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/poll-responses-2024-01-15.csv -------------------------------------------------------------------------------- /student_polls/poll-responses-2024-01-22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/poll-responses-2024-01-22.csv -------------------------------------------------------------------------------- /student_polls/poll-responses-2024-01-29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/poll-responses-2024-01-29.csv -------------------------------------------------------------------------------- /student_polls/poll-responses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/poll-responses.txt -------------------------------------------------------------------------------- /student_polls/roster.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/student_polls/roster.csv -------------------------------------------------------------------------------- /superhero/superhero-movie-dataset-1978-2012-header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/superhero/superhero-movie-dataset-1978-2012-header.csv -------------------------------------------------------------------------------- /superhero/superhero-movie-dataset-1978-2012-no-header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/superhero/superhero-movie-dataset-1978-2012-no-header.csv -------------------------------------------------------------------------------- /superhero/superhero-movies.mysql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/superhero/superhero-movies.mysql -------------------------------------------------------------------------------- /text/2016-state-of-the-union.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/2016-state-of-the-union.txt -------------------------------------------------------------------------------- /text/constitution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/constitution.txt -------------------------------------------------------------------------------- /text/english-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/english-words.txt -------------------------------------------------------------------------------- /text/gnu-gpl3-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/gnu-gpl3-license.txt -------------------------------------------------------------------------------- /text/mbox-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/mbox-short.txt -------------------------------------------------------------------------------- /text/preamble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/preamble.txt -------------------------------------------------------------------------------- /text/zork1-walkthru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/text/zork1-walkthru.txt -------------------------------------------------------------------------------- /tv-shows/breaking-bad.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/breaking-bad.json -------------------------------------------------------------------------------- /tv-shows/cobra-kai.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/cobra-kai.json -------------------------------------------------------------------------------- /tv-shows/daredevil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/daredevil.json -------------------------------------------------------------------------------- /tv-shows/friends.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/friends.json -------------------------------------------------------------------------------- /tv-shows/game-of-thrones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/game-of-thrones.json -------------------------------------------------------------------------------- /tv-shows/greys-anatomy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/greys-anatomy.json -------------------------------------------------------------------------------- /tv-shows/https---api.tvmaze.com-singlesearch-shows-q=game+of+thrones&embed=episodes.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/https---api.tvmaze.com-singlesearch-shows-q=game+of+thrones&embed=episodes.url -------------------------------------------------------------------------------- /tv-shows/seinfeld.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/seinfeld.json -------------------------------------------------------------------------------- /tv-shows/the-flash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/the-flash.json -------------------------------------------------------------------------------- /tv-shows/the-sopranos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/the-sopranos.json -------------------------------------------------------------------------------- /tv-shows/the-wire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/the-wire.json -------------------------------------------------------------------------------- /tv-shows/westworld.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tv-shows/westworld.json -------------------------------------------------------------------------------- /tweets/fudgemart_tweets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/fudgemart_tweets.txt -------------------------------------------------------------------------------- /tweets/fudgemart_tweets.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/fudgemart_tweets.xls -------------------------------------------------------------------------------- /tweets/logagent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/logagent.conf -------------------------------------------------------------------------------- /tweets/sample-tweet-stream.psv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/sample-tweet-stream.psv -------------------------------------------------------------------------------- /tweets/simtweet-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/simtweet-2.py -------------------------------------------------------------------------------- /tweets/simtweet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/simtweet.py -------------------------------------------------------------------------------- /tweets/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/test.py -------------------------------------------------------------------------------- /tweets/tweet-stream.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/tweet-stream.sh -------------------------------------------------------------------------------- /tweets/tweet-stream2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/tweet-stream2.sh -------------------------------------------------------------------------------- /tweets/tweets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/tweets.json -------------------------------------------------------------------------------- /tweets/tweets.psv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/tweets/tweets.psv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-2016-01.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-2016-01.csv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-2016-02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-2016-02.csv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-2016-03.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-2016-03.csv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-2016-04.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-2016-04.csv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-2016-05.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-2016-05.csv -------------------------------------------------------------------------------- /ufo-sightings/ufo-sightings-tmp.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/ufo-sightings/ufo-sightings-tmp.csv -------------------------------------------------------------------------------- /usa/geographic-centers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/usa/geographic-centers.csv -------------------------------------------------------------------------------- /usa/us-pop-estimates-2010-2016.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/usa/us-pop-estimates-2010-2016.csv -------------------------------------------------------------------------------- /usa/us-states-geojson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/usa/us-states-geojson.json -------------------------------------------------------------------------------- /usa/valid_us_addresses_with_ip_tiny.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/usa/valid_us_addresses_with_ip_tiny.csv -------------------------------------------------------------------------------- /weather/syracuse-ny.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/weather/syracuse-ny.csv -------------------------------------------------------------------------------- /website-logs/sample-website-logs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/website-logs/sample-website-logs.csv -------------------------------------------------------------------------------- /zipcodes/free-zipcode-database-Primary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/zipcodes/free-zipcode-database-Primary.csv -------------------------------------------------------------------------------- /zipcodes/free-zipcode-database-primary-no-header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafudge/datasets/HEAD/zipcodes/free-zipcode-database-primary-no-header.csv --------------------------------------------------------------------------------