Skip to content
View eric-epstein-5747's full-sized avatar
Block or Report

Block or report eric-epstein-5747

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

Popular repositories

  1. data-science-interviews data-science-interviews Public

    Forked from boada/data-science-interviews

    Data science interview questions and answers

    HTML 4

  2. ada_sst ada_sst Public

    Using state of the art speech-to-text models to transcribe interviews with my grandmother

    Python 1

  3. python-explorations python-explorations Public

    Contains my solutions to the exercises in John V. Guttag's "Introduction to Computation and Programming Using Python", 2nd Edition.

    Python

  4. column_swapping column_swapping Public

    Contains a utility for swapping columns in a csv file, plus a test suite and various related files. E.g., a utility that writes the test results to an html table which can be opened in a web browser.

    Shell

  5. alphabetizing_addresses_by_last_name alphabetizing_addresses_by_last_name Public

    Contains two utilities which: (1) extract addresses from table in .docx file into a .xlsx file, capturing last name in 1st column for easy alphabetization; (2) export addresses from such .xlsx file…

    Python

  6. email_data email_data Public

    I took a large flat text file of anonymized email data and used a regex (see tablemaker_better) to capture the desired information in a csv file with three columns. This repo also contains a script…

    Python