Skip to content

Instantly share code, notes, and snippets.

View darryllamoureux's full-sized avatar

Darryl Lamoureux darryllamoureux

View GitHub Profile
@darryllamoureux
darryllamoureux / IBM Data Analyst Capstone Week 4 Visualizing Data.ipynb
Last active January 21, 2021 01:52
Visualization of the Stack Overflow Developer Survey 2019 dataset. In this assignment you will: Create a histogram to show the distribution of data. Create different plots such as a scatter, bubble or boxplot. Create a pie chart, bar chart, and stacked chart to show medians and counts.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darryllamoureux
darryllamoureux / Week 3 - Data Distribution, Outliers, Correlation.ipynb
Last active January 10, 2024 15:48
Includes finding data distribution, outliers, and correlation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darryllamoureux
darryllamoureux / IBM Data Analyst Capstone Week 2 - Data Wrangling.ipynb
Last active January 9, 2024 17:47
Contains Labs 6 through 10: 8 Finding Duplicates, 9 Removing Duplicates, 6 Finding Missing Values, 7 Imputing Missing Values, and 10 Normalizing Data.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darryllamoureux
darryllamoureux / IBM Data Analyst Capstone Project Lab 4: Collecting Data Using Web Scraping.ipynb
Last active April 8, 2024 16:58
IBM Data Analyst Capstone Project > Week 1 > Lab 4: Collecting Data Using Web Scraping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darryllamoureux
darryllamoureux / Data-Vis-w-Python-Final-Assignmt.ipynb
Created January 18, 2021 23:16
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@darryllamoureux
darryllamoureux / san-francisco.geojson.1
Created January 18, 2021 23:16
Created on Skills Network Labs
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
"features": [{
"type": "Feature",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.