├── Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python ├── .ipynb_checkpoints │ └── Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python-checkpoint.ipynb ├── Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python.ipynb ├── README.MD └── factbook.db ├── Guided Project_ Analyzing Movie Reviews ├── .ipynb_checkpoints │ └── Guided Project_ Analyzing Movie Reviews-checkpoint.ipynb ├── Guided Project_ Analyzing Movie Reviews.ipynb ├── README.MD └── fandango_score_comparison.csv ├── Guided Project_ Analyzing NYC High School Data ├── .ipynb_checkpoints │ └── Guided Project_ Analyzing NYC High School Data-checkpoint.ipynb ├── Guided Project_ Analyzing NYC High School Data.ipynb ├── README.MD ├── ap_2010.csv ├── class_size.csv ├── demographics.csv ├── graduation.csv ├── hs_directory.csv ├── sat_results.csv ├── survey_all.txt └── survey_d75.txt ├── Guided Project_ Analyzing Thanksgiving Dinner ├── .ipynb_checkpoints │ └── Guided Project_ Analyzing Thanksgiving Dinner-checkpoint.ipynb ├── Guided Project_ Analyzing Thanksgiving Dinner.ipynb ├── README.MD └── thanksgiving.csv ├── Guided Project_ Creating relations in SQLite ├── .ipynb_checkpoints │ └── Guided Project_ Creating relations in SQLite-checkpoint.ipynb ├── Guided Project_ Creating relations in SQLite.ipynb ├── README.MD ├── nominations.db └── nominations.db-journal ├── Guided Project_ Explore U.S. Births ├── .ipynb_checkpoints │ └── Guided Project_ Explore U.S. Births-checkpoint.ipynb ├── Guided Project_ Explore U.S. Births.ipynb ├── README.MD ├── US_births_1994-2003_CDC_NCHS.csv └── US_births_2000-2014_SSA.csv ├── Guided Project_ Exploring Gun Deaths in the US ├── Guided Project_ Exploring Gun Deaths in the US.ipynb ├── README.MD ├── census.csv └── guns.csv ├── Guided Project_ Investigating Airplane Accidents ├── AviationData.txt └── read.py ├── Guided Project_ Predicting Bike Rentals ├── Guided Project_ Predicting Bike Rentals.ipynb └── bike_rental_hour.csv ├── Guided Project_ Predicting Car Prices ├── .ipynb_checkpoints │ └── Guided Project_ Predicting Car Prices-checkpoint.ipynb ├── Guided Project_ Predicting Car Prices.ipynb └── imports-85.data ├── Guided Project_ Predicting House Sale Prices ├── .ipynb_checkpoints │ └── Guided Project_ Predicting House Sale Prices-checkpoint.ipynb ├── AmesHousing.tsv └── Guided Project_ Predicting House Sale Prices.ipynb ├── Guided Project_ Predicting the Stock Market ├── predict.py └── sphist.csv ├── Guided Project_ Preparing data for SQLite ├── .ipynb_checkpoints │ └── Guided Project_ Preparing data for SQLite-checkpoint.ipynb ├── Guided Project_ Preparing data for SQLite.ipynb ├── README.MD ├── academy_awards.csv └── nominations.db ├── Guided Project_ Star Wars Survey ├── .ipynb_checkpoints │ └── Guided Project_ Star Wars Survey-checkpoint.ipynb ├── Guided Project_ Star Wars Survey.ipynb ├── README.MD └── star_wars.csv ├── Guided Project_ Transforming data with Python ├── README.MD ├── count.py ├── domains.py ├── hn_stories.csv ├── read.py └── times.py ├── Guided Project_ Visualizing Earnings Based On College Majors ├── .ipynb_checkpoints │ └── Guided Project_ Visualizing Earnings Based On College Majors-checkpoint.ipynb ├── Guided Project_ Visualizing Earnings Based On College Majors.ipynb ├── README.MD └── recent-grads.csv ├── Guided Project_ Visualizing The Gender Gap In College Degrees ├── .ipynb_checkpoints │ └── Guided Project_ Visualizing The Gender Gap In College Degrees-checkpoint.ipynb ├── Guided Project_ Visualizing The Gender Gap In College Degrees.ipynb ├── gender_degrees.png └── percent-bachelors-degrees-women-usa.csv ├── Guided Project_ Winning Jeopardy ├── .ipynb_checkpoints │ └── Guided Project_ Winning Jeopardy-checkpoint.ipynb ├── Guided Project_ Winning Jeopardy.ipynb ├── README.MD └── jeopardy.csv ├── Guided Project_ Working with Data Downloads ├── CRDC2013_14.csv ├── CRDC2013_14content.csv ├── CRDC_documentation_csv.txt ├── CRDC_usage_agreement.txt ├── README.MD ├── enrollment.py ├── exploration.py ├── findings.txt └── read.py ├── README.md ├── Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter ├── .ipynb_checkpoints │ └── Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter-checkpoint.ipynb ├── Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter.ipynb ├── census_1980.json ├── census_1990.json ├── census_2000.json └── census_2010.json └── Review Project_ Working with Spark in Jupyter Notebook ├── .ipynb_checkpoints └── Review Project_ Working with Spark in Jupyter Notebook-checkpoint.ipynb ├── Review Project_ Working with Spark in Jupyter Notebook.ipynb └── hamlet.txt /Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/.ipynb_checkpoints/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/.ipynb_checkpoints/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/factbook.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing CIA Factbook Data Using SQLite and Python/factbook.db -------------------------------------------------------------------------------- /Guided Project_ Analyzing Movie Reviews/.ipynb_checkpoints/Guided Project_ Analyzing Movie Reviews-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Movie Reviews/.ipynb_checkpoints/Guided Project_ Analyzing Movie Reviews-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing Movie Reviews/Guided Project_ Analyzing Movie Reviews.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Movie Reviews/Guided Project_ Analyzing Movie Reviews.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing Movie Reviews/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Analyzing Movie Reviews/fandango_score_comparison.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Movie Reviews/fandango_score_comparison.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/.ipynb_checkpoints/Guided Project_ Analyzing NYC High School Data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/.ipynb_checkpoints/Guided Project_ Analyzing NYC High School Data-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/Guided Project_ Analyzing NYC High School Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/Guided Project_ Analyzing NYC High School Data.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/ap_2010.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/ap_2010.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/class_size.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/class_size.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/demographics.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/demographics.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/graduation.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/graduation.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/hs_directory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/hs_directory.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/sat_results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/sat_results.csv -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/survey_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/survey_all.txt -------------------------------------------------------------------------------- /Guided Project_ Analyzing NYC High School Data/survey_d75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing NYC High School Data/survey_d75.txt -------------------------------------------------------------------------------- /Guided Project_ Analyzing Thanksgiving Dinner/.ipynb_checkpoints/Guided Project_ Analyzing Thanksgiving Dinner-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Thanksgiving Dinner/.ipynb_checkpoints/Guided Project_ Analyzing Thanksgiving Dinner-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing Thanksgiving Dinner/Guided Project_ Analyzing Thanksgiving Dinner.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Thanksgiving Dinner/Guided Project_ Analyzing Thanksgiving Dinner.ipynb -------------------------------------------------------------------------------- /Guided Project_ Analyzing Thanksgiving Dinner/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Analyzing Thanksgiving Dinner/thanksgiving.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Analyzing Thanksgiving Dinner/thanksgiving.csv -------------------------------------------------------------------------------- /Guided Project_ Creating relations in SQLite/.ipynb_checkpoints/Guided Project_ Creating relations in SQLite-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Creating relations in SQLite/.ipynb_checkpoints/Guided Project_ Creating relations in SQLite-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Creating relations in SQLite/Guided Project_ Creating relations in SQLite.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Creating relations in SQLite/Guided Project_ Creating relations in SQLite.ipynb -------------------------------------------------------------------------------- /Guided Project_ Creating relations in SQLite/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Creating relations in SQLite/nominations.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Creating relations in SQLite/nominations.db -------------------------------------------------------------------------------- /Guided Project_ Creating relations in SQLite/nominations.db-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Creating relations in SQLite/nominations.db-journal -------------------------------------------------------------------------------- /Guided Project_ Explore U.S. Births/.ipynb_checkpoints/Guided Project_ Explore U.S. Births-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Explore U.S. Births/.ipynb_checkpoints/Guided Project_ Explore U.S. Births-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Explore U.S. Births/Guided Project_ Explore U.S. Births.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Explore U.S. Births/Guided Project_ Explore U.S. Births.ipynb -------------------------------------------------------------------------------- /Guided Project_ Explore U.S. Births/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Explore U.S. Births/US_births_1994-2003_CDC_NCHS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Explore U.S. Births/US_births_1994-2003_CDC_NCHS.csv -------------------------------------------------------------------------------- /Guided Project_ Explore U.S. Births/US_births_2000-2014_SSA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Explore U.S. Births/US_births_2000-2014_SSA.csv -------------------------------------------------------------------------------- /Guided Project_ Exploring Gun Deaths in the US/Guided Project_ Exploring Gun Deaths in the US.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Exploring Gun Deaths in the US/Guided Project_ Exploring Gun Deaths in the US.ipynb -------------------------------------------------------------------------------- /Guided Project_ Exploring Gun Deaths in the US/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Exploring Gun Deaths in the US/census.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Exploring Gun Deaths in the US/census.csv -------------------------------------------------------------------------------- /Guided Project_ Exploring Gun Deaths in the US/guns.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Exploring Gun Deaths in the US/guns.csv -------------------------------------------------------------------------------- /Guided Project_ Investigating Airplane Accidents/AviationData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Investigating Airplane Accidents/AviationData.txt -------------------------------------------------------------------------------- /Guided Project_ Investigating Airplane Accidents/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Investigating Airplane Accidents/read.py -------------------------------------------------------------------------------- /Guided Project_ Predicting Bike Rentals/Guided Project_ Predicting Bike Rentals.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting Bike Rentals/Guided Project_ Predicting Bike Rentals.ipynb -------------------------------------------------------------------------------- /Guided Project_ Predicting Bike Rentals/bike_rental_hour.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting Bike Rentals/bike_rental_hour.csv -------------------------------------------------------------------------------- /Guided Project_ Predicting Car Prices/.ipynb_checkpoints/Guided Project_ Predicting Car Prices-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting Car Prices/.ipynb_checkpoints/Guided Project_ Predicting Car Prices-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Predicting Car Prices/Guided Project_ Predicting Car Prices.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting Car Prices/Guided Project_ Predicting Car Prices.ipynb -------------------------------------------------------------------------------- /Guided Project_ Predicting Car Prices/imports-85.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting Car Prices/imports-85.data -------------------------------------------------------------------------------- /Guided Project_ Predicting House Sale Prices/.ipynb_checkpoints/Guided Project_ Predicting House Sale Prices-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting House Sale Prices/.ipynb_checkpoints/Guided Project_ Predicting House Sale Prices-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Predicting House Sale Prices/AmesHousing.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting House Sale Prices/AmesHousing.tsv -------------------------------------------------------------------------------- /Guided Project_ Predicting House Sale Prices/Guided Project_ Predicting House Sale Prices.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting House Sale Prices/Guided Project_ Predicting House Sale Prices.ipynb -------------------------------------------------------------------------------- /Guided Project_ Predicting the Stock Market/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting the Stock Market/predict.py -------------------------------------------------------------------------------- /Guided Project_ Predicting the Stock Market/sphist.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Predicting the Stock Market/sphist.csv -------------------------------------------------------------------------------- /Guided Project_ Preparing data for SQLite/.ipynb_checkpoints/Guided Project_ Preparing data for SQLite-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Preparing data for SQLite/.ipynb_checkpoints/Guided Project_ Preparing data for SQLite-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Preparing data for SQLite/Guided Project_ Preparing data for SQLite.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Preparing data for SQLite/Guided Project_ Preparing data for SQLite.ipynb -------------------------------------------------------------------------------- /Guided Project_ Preparing data for SQLite/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Preparing data for SQLite/academy_awards.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Preparing data for SQLite/academy_awards.csv -------------------------------------------------------------------------------- /Guided Project_ Preparing data for SQLite/nominations.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Preparing data for SQLite/nominations.db -------------------------------------------------------------------------------- /Guided Project_ Star Wars Survey/.ipynb_checkpoints/Guided Project_ Star Wars Survey-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Star Wars Survey/.ipynb_checkpoints/Guided Project_ Star Wars Survey-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Star Wars Survey/Guided Project_ Star Wars Survey.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Star Wars Survey/Guided Project_ Star Wars Survey.ipynb -------------------------------------------------------------------------------- /Guided Project_ Star Wars Survey/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Star Wars Survey/star_wars.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Star Wars Survey/star_wars.csv -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/README.MD -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/count.py -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/domains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/domains.py -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/hn_stories.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/hn_stories.csv -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/read.py -------------------------------------------------------------------------------- /Guided Project_ Transforming data with Python/times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Transforming data with Python/times.py -------------------------------------------------------------------------------- /Guided Project_ Visualizing Earnings Based On College Majors/.ipynb_checkpoints/Guided Project_ Visualizing Earnings Based On College Majors-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing Earnings Based On College Majors/.ipynb_checkpoints/Guided Project_ Visualizing Earnings Based On College Majors-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Visualizing Earnings Based On College Majors/Guided Project_ Visualizing Earnings Based On College Majors.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing Earnings Based On College Majors/Guided Project_ Visualizing Earnings Based On College Majors.ipynb -------------------------------------------------------------------------------- /Guided Project_ Visualizing Earnings Based On College Majors/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Visualizing Earnings Based On College Majors/recent-grads.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing Earnings Based On College Majors/recent-grads.csv -------------------------------------------------------------------------------- /Guided Project_ Visualizing The Gender Gap In College Degrees/.ipynb_checkpoints/Guided Project_ Visualizing The Gender Gap In College Degrees-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing The Gender Gap In College Degrees/.ipynb_checkpoints/Guided Project_ Visualizing The Gender Gap In College Degrees-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Visualizing The Gender Gap In College Degrees/Guided Project_ Visualizing The Gender Gap In College Degrees.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing The Gender Gap In College Degrees/Guided Project_ Visualizing The Gender Gap In College Degrees.ipynb -------------------------------------------------------------------------------- /Guided Project_ Visualizing The Gender Gap In College Degrees/gender_degrees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing The Gender Gap In College Degrees/gender_degrees.png -------------------------------------------------------------------------------- /Guided Project_ Visualizing The Gender Gap In College Degrees/percent-bachelors-degrees-women-usa.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Visualizing The Gender Gap In College Degrees/percent-bachelors-degrees-women-usa.csv -------------------------------------------------------------------------------- /Guided Project_ Winning Jeopardy/.ipynb_checkpoints/Guided Project_ Winning Jeopardy-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Winning Jeopardy/.ipynb_checkpoints/Guided Project_ Winning Jeopardy-checkpoint.ipynb -------------------------------------------------------------------------------- /Guided Project_ Winning Jeopardy/Guided Project_ Winning Jeopardy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Winning Jeopardy/Guided Project_ Winning Jeopardy.ipynb -------------------------------------------------------------------------------- /Guided Project_ Winning Jeopardy/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Guided Project_ Winning Jeopardy/jeopardy.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Winning Jeopardy/jeopardy.csv -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/CRDC2013_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/CRDC2013_14.csv -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/CRDC2013_14content.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/CRDC2013_14content.csv -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/CRDC_documentation_csv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/CRDC_documentation_csv.txt -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/CRDC_usage_agreement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/CRDC_usage_agreement.txt -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/README.MD -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/enrollment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/enrollment.py -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/exploration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/exploration.py -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/findings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/findings.txt -------------------------------------------------------------------------------- /Guided Project_ Working with Data Downloads/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Guided Project_ Working with Data Downloads/read.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/README.md -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/.ipynb_checkpoints/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/.ipynb_checkpoints/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter-checkpoint.ipynb -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter.ipynb -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_1980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_1980.json -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_1990.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_1990.json -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_2000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_2000.json -------------------------------------------------------------------------------- /Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_2010.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark Dataframes and Spark SQL in Jupyter/census_2010.json -------------------------------------------------------------------------------- /Review Project_ Working with Spark in Jupyter Notebook/.ipynb_checkpoints/Review Project_ Working with Spark in Jupyter Notebook-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark in Jupyter Notebook/.ipynb_checkpoints/Review Project_ Working with Spark in Jupyter Notebook-checkpoint.ipynb -------------------------------------------------------------------------------- /Review Project_ Working with Spark in Jupyter Notebook/Review Project_ Working with Spark in Jupyter Notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark in Jupyter Notebook/Review Project_ Working with Spark in Jupyter Notebook.ipynb -------------------------------------------------------------------------------- /Review Project_ Working with Spark in Jupyter Notebook/hamlet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sengkchu/dataquest-guided-projects-solutions/HEAD/Review Project_ Working with Spark in Jupyter Notebook/hamlet.txt --------------------------------------------------------------------------------