Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View julianonn's full-sized avatar

Highlights

  • Pro

Organizations

@WISPR-lab

Block or report julianonn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. clover_api_etl.py clover_api_etl.py
    1
    import requests, json
    2
    import pandas as pd
    3
    import numpy as np
    4
    import datetime, time, calendar
    5
    import hashlib
  2. dc-parking-tickets dc-parking-tickets Public

    repo for exploratory geospatial data analysis of DC parking violation data

    Python 1

  3. natural-lang-mysql natural-lang-mysql Public

    using LangChain and HuggingFace Inference API with Zephyr-7B LLM to parse and execute natural language queries against a MySQL database

    Jupyter Notebook

  4. NewTimeClockConverter NewTimeClockConverter Public

    Converts payroll documents from the format required by the Students of Georgetown, Inc's internal employee management site to the format required by Paylocity.

    Python