Skip to content
View 1npo's full-sized avatar
📈
📈
  • JLL
  • Boston, MA

Block or report 1npo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. nwsc nwsc Public

    A full-coverage National Weather Service API client for the terminal

    Python 1

  2. business-hours-aware timedelta for p... business-hours-aware timedelta for pandas dataframes
    1
    """business-hours-aware timedelta for pandas dataframes
    2
    3
    Given a dataframe with a start_date and end_date column, and a dataclass that defines business hours and a
    4
    holiday calendar, calculate the number of seconds between start_date and end_date that fall within business hours.
    5