Skip to content

Instantly share code, notes, and snippets.

View sanjaysheel's full-sized avatar
🏠
love open-source and working from home and contributing to the opensource world

Sanjaysheel sanjaysheel

🏠
love open-source and working from home and contributing to the opensource world
View GitHub Profile
@sanjaysheel
sanjaysheel / ques
Created December 13, 2019 13:16
all-ques
# Write one for loop to print out each character of the string my_str on a separate line.
my_str = "MICHIGAN"
for i in my_str:
print(i)
@sanjaysheel
sanjaysheel / PY0101EN-4-2-WriteFile.ipynb
Created December 13, 2019 13:25
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sanjaysheel
sanjaysheel / all-final.ipynb
Created December 13, 2019 15:31
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sanjaysheel
sanjaysheel / FileName.html
Created December 13, 2019 15:47
Created on Cognitive Class Labs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@sanjaysheel
sanjaysheel / index.html
Created December 13, 2019 15:47
Created on Cognitive Class Labs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@sanjaysheel
sanjaysheel / review-introduction.ipynb
Created December 14, 2019 07:00
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sanjaysheel
sanjaysheel / automobile.csv
Created December 14, 2019 07:04
Created on Cognitive Class Labs
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 26 columns, instead of 2. in line 7.
symboling,normalized-losses,make,fuel-type,aspiration,num-of-doors,body-style,drive-wheels,engine-location,wheel-base,length,width,height,curb-weight,engine-type,num-of-cylinders,engine-size,fuel-system,bore,stroke,compression-ratio,horsepower,peak-rpm,city-mpg,highway-mpg,price
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.6,168.8,64.1,48.8,2548,dohc,four,130,mpfi,3.47,2.68,9.0,111,5000,21,27,13495
3,?,alfa-romero,gas,std,two,convertible,rwd,front,88.6,168.8,64.1,48.8,2548,dohc,four,130,mpfi,3.47,2.68,9.0,111,5000,21,27,16500
1,?,alfa-romero,gas,std,two,hatchback,rwd,front,94.5,171.2,65.5,52.4,2823,ohcv,six,152,mpfi,2.68,3.47,9.0,154,5000,19,26,16500
2,164,audi,gas,std,four,sedan,fwd,front,99.8,176.6,66.2,54.3,2337,ohc,four,109,mpfi,3.19,3.40,10.0,102,5500,24,30,13950
2,164,audi,gas,std,four,sedan,4wd,front,99.4,176.6,66.4,54.3,2824,ohc,five,136,mpfi,3.19,3.40,8.0,115,5500,18,22,17450
2,?,audi,gas,std,two,sedan,fwd,front,99.8,177.3,66.3,53.1,2507,ohc,five,136,mpfi,3.19,3.40,8.5,110,5500,19,25,15250
1,
@sanjaysheel
sanjaysheel / data-wrangling.ipynb
Created December 14, 2019 13:03
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sanjaysheel
sanjaysheel / exploratory-data-analysis.ipynb
Created December 15, 2019 10:38
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sanjaysheel
sanjaysheel / exploratory-data-analysis.ipynb
Created December 15, 2019 10:38
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.