├── README.md ├── Review Session 2.ipynb ├── Review Session 3.ipynb ├── Review Session.ipynb ├── data ├── .ipynb_checkpoints │ ├── delay_data-checkpoint.csv │ ├── happiness_report-checkpoint.csv │ ├── happiness_report-checkpoint.tsv │ ├── happiness_report_metadata-checkpoint.csv │ ├── happiness_report_no_header-checkpoint.csv │ ├── happiness_report_semicolon-checkpoint.csv │ ├── madrid_pollution-checkpoint.csv │ └── pivot_data-checkpoint.csv ├── fast_food.csv ├── flights_filtered.db ├── happiness_report.csv ├── happiness_report.tsv ├── happiness_report.xlsx ├── happiness_report_metadata.csv ├── happiness_report_no_header.csv ├── happiness_report_semicolon.csv ├── madrid_pollution.csv └── max_salinity.csv ├── data_2 ├── US_county_cancer_data.csv ├── forest_fires_cleaned.csv ├── qog.csv └── underover.JPG └── data_3 ├── .ipynb_checkpoints └── kmeans-checkpoint.png ├── kmeans.png └── pokemon.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/README.md -------------------------------------------------------------------------------- /Review Session 2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/Review Session 2.ipynb -------------------------------------------------------------------------------- /Review Session 3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/Review Session 3.ipynb -------------------------------------------------------------------------------- /Review Session.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/Review Session.ipynb -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/delay_data-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/delay_data-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/happiness_report-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/happiness_report-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/happiness_report-checkpoint.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/happiness_report-checkpoint.tsv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/happiness_report_metadata-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/happiness_report_metadata-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/happiness_report_no_header-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/happiness_report_no_header-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/happiness_report_semicolon-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/happiness_report_semicolon-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/madrid_pollution-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/madrid_pollution-checkpoint.csv -------------------------------------------------------------------------------- /data/.ipynb_checkpoints/pivot_data-checkpoint.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/.ipynb_checkpoints/pivot_data-checkpoint.csv -------------------------------------------------------------------------------- /data/fast_food.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/fast_food.csv -------------------------------------------------------------------------------- /data/flights_filtered.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/flights_filtered.db -------------------------------------------------------------------------------- /data/happiness_report.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report.csv -------------------------------------------------------------------------------- /data/happiness_report.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report.tsv -------------------------------------------------------------------------------- /data/happiness_report.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report.xlsx -------------------------------------------------------------------------------- /data/happiness_report_metadata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report_metadata.csv -------------------------------------------------------------------------------- /data/happiness_report_no_header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report_no_header.csv -------------------------------------------------------------------------------- /data/happiness_report_semicolon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/happiness_report_semicolon.csv -------------------------------------------------------------------------------- /data/madrid_pollution.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/madrid_pollution.csv -------------------------------------------------------------------------------- /data/max_salinity.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data/max_salinity.csv -------------------------------------------------------------------------------- /data_2/US_county_cancer_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_2/US_county_cancer_data.csv -------------------------------------------------------------------------------- /data_2/forest_fires_cleaned.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_2/forest_fires_cleaned.csv -------------------------------------------------------------------------------- /data_2/qog.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_2/qog.csv -------------------------------------------------------------------------------- /data_2/underover.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_2/underover.JPG -------------------------------------------------------------------------------- /data_3/.ipynb_checkpoints/kmeans-checkpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_3/.ipynb_checkpoints/kmeans-checkpoint.png -------------------------------------------------------------------------------- /data_3/kmeans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_3/kmeans.png -------------------------------------------------------------------------------- /data_3/pokemon.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omertahi/DSCI100_Review_Session/HEAD/data_3/pokemon.csv --------------------------------------------------------------------------------