Python 2 $ python -m SimpleHTTPServer 8000
Python 3 $ python3 -m http.server 8000
Open a web browser and naviagate to http://localhost:8000
Calvin College 2004 (srsatact.csv): This dataset contains standardized scores for all Calvin College 2004 seniors that have taken both the ACT and the SAT, together with their GPAs. There are 271 data points and 4 attributes. Source: https://sites.calvin.edu/scofield/data/csv/stob/
Iris Dataset (iris.csv): This is perhaps the best-known database to be found in the pattern recognition literature. Fisher's paper is a classic in the field and is referenced frequently to this day. The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. Source: https://archive.ics.uci.edu/ml/datasets/iris
Titanic Passenger List Dataset (titanic_passenger_list.csv): On April 15, 1912, the largest passenger liner ever made collided with an iceberg during her maiden voyage. This dataset contains data for 1309 of the real Titanic passengers. Source: https://github.com/uwdata/d3-tutorials
The World Bank Data, Science-and-Technology, 1960-2017 (science-and-technology.csv): The World Bank has tracked global human development by indicators such as climate change, economy, education, environment, gender equality, health, and science and technology since 1960. In this set of datasets, you will only work on science and technology. Source: https://github.com/ZeningQu/World-Bank-Data-by-Indicators