This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Philip Nelson", | |
"label": "Data Analyst & IT Specialist", | |
"email": "[email protected]", | |
"summary": "Results-driven Data Analyst and IT Specialist with expertise in automation, data analysis, and cloud technologies. Proven ability to streamline workflows, improve data accessibility, and drive data-driven decision-making.", | |
"location": { | |
"countryCode": "US", | |
"region": "South Carolina" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import requests | |
from io import BytesIO | |
import urllib | |
from pathlib import Path | |
import pdfplumber | |
headers = {'user-agent': 'INSERT YOUR DESIRED USER AGENT HERE'): | |
def extract_text_between(start_text, stop_text, full_text): | |
start_index = full_text.find(start_text) + len(start_text) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
url = "https://ethicsfiling.sc.gov/api/Candidate/Contribution/Search/" | |
payload = { | |
"amountMin": 0, | |
"amountMax": 0, | |
"officeRun": "", | |
"candidate": "", | |
"contributorName": "", | |
"contributorOccupation": "", | |
"contributionDescription": "", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.