Skip to content

Instantly share code, notes, and snippets.

View ShubhamPradhan007's full-sized avatar
🎯
Focusing

Shubham P ShubhamPradhan007

🎯
Focusing
  • PCC
View GitHub Profile
#### Missing Values Imputation Techniques #####
# 1. 'mice' Package
#Load the dataset
data <- iris
View(data)
#Summary of the dataset
summary(data)
# -*- coding: utf-8 -*-
"""
Created on Tue Jun 23 08:49:30 2020
@author: admin
"""
import requests
from bs4 import BeautifulSoup
import pandas as pd
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-5.2_API_2.ipynb
Created March 4, 2020 10:33
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-5.1_Intro_API.ipynb
Created March 4, 2020 10:18
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-5-2-Numpy2D.ipynb
Created March 4, 2020 08:44
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-5-1-Numpy1D.ipynb
Created March 4, 2020 05:19
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-4-1-ReadFile.ipynb
Created March 1, 2020 19:58
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-3-4-Classes.ipynb
Created March 1, 2020 19:34
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-3-3-Functions.ipynb
Created March 1, 2020 18:42
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ShubhamPradhan007
ShubhamPradhan007 / PY0101EN-3-2-Loops.ipynb
Created March 1, 2020 16:23
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.