Skip to content
View britt-allen's full-sized avatar
🧠
focusing
🧠
focusing

Block or report britt-allen

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. Health Equity Page Data Viz Mock ups Health Equity Page Data Viz Mock ups
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  2. ecfr_xml_parsing ecfr_xml_parsing Public

    Parsing CFR Title 16 Commercial Practices from the GPO's Bulk Data Repository

    Jupyter Notebook 8 5

  3. excel_to_pandas excel_to_pandas Public

    In this repo we leverage popular library, Pandas, to code out ways to achieve an Index/Match with Python.

    Jupyter Notebook 2 1

  4. An example of how to use regex to ex... An example of how to use regex to extract dates from text in PySpark.
    1
    sc = SparkContext(conf=SparkConf()), spark = SparkSession(sc)
    2
    
                  
    3
    text = ["March 8,2019", "march 8, 2019", "march 8 2019", 
    4
            "mar 30 2019", "Countermarch 8,2019 feet", "marched"]
    5