Skip to content

Instantly share code, notes, and snippets.

@ianrussel
ianrussel / gist:3a7c073265242dbe3ce3a301bd9f629e
Created August 25, 2024 15:22
gusto-timesheet-user-mapping
[
{
"timesheet_employee_number":50142,
"gusto_uuid":"a1d470c4-5f2e-4d8f-ae44-2cf3ddb97425",
"firstname":"Carol",
"lastname":"Canipe",
"payment_unit":"Week"
},
{
@ianrussel
ianrussel / gist:78485b7bed69100db16efcf85404b092
Created August 25, 2024 15:19
payroll prepare response - gusto
{
"employee_compensations": [
{
"excluded": false,
"payment_method": "Direct Deposit",
"memo": null,
"fixed_compensations": [],
"hourly_compensations": [
{
"compensation_multiplier": 1.5,
@ianrussel
ianrussel / gist:00db6b715ec6849b1bf45bf03c2023cb
Created August 17, 2024 16:40
report/hourly/record/history
{
"errors": [],
"processing": {
"writetostorage": "false",
"queued": "false",
"reportuuid": ""
},
"report": {
"IncludeExtendedData": "true",
"StartDate": "June, 16 2024 00:00:00",
@ianrussel
ianrussel / gist:e8568f832966203bf77f288af2611334
Created August 17, 2024 16:29
/report/hourly/customizable/processed
{
"data": {
"error": false,
"response": {
"errors": [],
"processing": {
"queued": "false",
"reportuuid": "",
"writetostorage": "false"
},
@ianrussel
ianrussel / gist:60fe4fdf17bfe245b345530a983bc9ee
Last active August 17, 2024 16:25
reports/hourly/payroll/preview
{
"warnings": {},
"errors": [],
"report": {
"RoundToNearest": "0",
"TotalStandardHours": "0.00",
"TotalStandardRecordsSplit": "0",
"TotalPTOHours": "0.00",
"RecordsExceedingMaxHoursThreshold": "0",
"OverlappingPeriodsAction": "IGNORE",
{
"errors": [],
"processing": {
"writetostorage": "false",
"queued": "false",
"reportuuid": ""
},
"report": {
"TOTALREPORTVARIABLEPAY": "14632.58",
"IncludedAccountCodes": [
import pandas as pd
import json
import numpy as np
df = pd.read_excel('Analyzer Test Task.xlsx')
# Convert NaN values to None
df = df.replace("", None)
df = df.replace(r'^\s*$', "", regex=True)
def _request_product(asin):
print(f" asin {asin}")
retry_count = 0
max_retries = 4
while retry_count < max_retries:
try:
products = api.query(asin, domain='GB', rating=1, buybox=1, update=0)
break # If the request is successful, break out of the loop
except ReadTimeout:
{
"asin": "B0BF9NT29Q",
"brand": "Farming Simulator",
"color": null,
"country_origin": null,
"currency": "£",
"customer_reviews": 92.0,
"description": "The most extensive farming sim to date! With the Platinum Edition of Farming Simulator 22, you start your farming venture in one of four distinctive European and American environments to take on agriculture, forestry and animal husbandry. At your disposal: More than 500 authentic machines and tools by over 100 renowned agricultural manufacturers from all over the world. With Farming Simulator 22, various new gameplay mechanics are introduced: Seasonal cycles challenge you to plan ahead and adapt to changing weather conditions. New crops like grapes and olives require you to carefully work in narrow spaces with specialized machines, and various production chains allow you to build an agricultural empire. Platinum Expansion included - get even more content! Included in the Platinum Edition, apart from the already massive base game, is
{
"data": {
"asin": "B0BF9NT29Q",
"brand": "Farming Simulator",
"color": null,
"country_origin": null,
"currency": "£",
"customer_reviews": 92.0,
"description": "The most extensive farming sim to date! With the Platinum Edition of Farming Simulator 22, you start your farming venture in one of four distinctive European and American environments to take on agriculture, forestry and animal husbandry. At your disposal: More than 500 authentic machines and tools by over 100 renowned agricultural manufacturers from all over the world. With Farming Simulator 22, various new gameplay mechanics are introduced: Seasonal cycles challenge you to plan ahead and adapt to changing weather conditions. New crops like grapes and olives require you to carefully work in narrow spaces with specialized machines, and various production chains allow you to build an agricultural empire. Platinum Expansion included - get even more content! Included in the Platinum Edition, ap