Somewhere, Something Incredible Is Waiting To Be Known !!!

▼
Thursday, 26 March 2020

Python Pandas to read excel .csv file and get all values under specific column and skip null value

›
import os from selenium import webdriver import time import pandas as pd from pandas import ExcelWriter from pandas import ExcelFile df...
Tuesday, 10 March 2020

Python Pandas to read excel .csv file and get all values under specific column

›
import os from selenium import webdriver import time import pandas as pd from pandas import ExcelWriter from pandas import ExcelFil...

powershell script to trigger message in slack using web hock

›
    $uriSlack = "URL"         $body = ConvertTo-Json @{         pretext = "test"         text = "test" ...

python script to List Files from a directory created or modified in last 30 min

›
$path = "Z:\"+(Get-Date).tostring("MM-dd-yyyy") #$path $FileList = Get-ChildItem -Path $path $FileLists = $FileL...

python script to send mail using outlook 2016 with multiple attachment

›
 $Outlook = New-Object -ComObject Outlook.Application  $createmail = $Outlook.CreateItem(0)  $createmail.To =  "test@test.com...

Python to get only digits from a file and append into a list

›
            f = open('file2.txt', 'r')             for line in f:                     words = line.split()            ...

take a screenshot with python , convert image into text and save it as a file

›
try:     from PIL import Image except ImportError:     import Image import pytesseract import sys, os import subprocess import py...
‹
›
Home
View web version

About Me

RAGHUVEL
View my complete profile
Powered by Blogger.