Skip to content
View kch0p's full-sized avatar
😃
working
😃
working

Block or report kch0p

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
kch0p/README.md

Pinned Loading

  1. SF-Incident-Report-Mapping SF-Incident-Report-Mapping Public

    An exploratory data analysis and mapping project focused on Incident Reports in San Francisco from 2019-2022.

    1

  2. Linked-Articles-Finder Linked-Articles-Finder Public

    Finds all of the articles hyperlinked within a given URL, and then opens a new tab that clearly lists their titles/urls for you.

    Python 1

  3. BPD-Stops-Research-Project BPD-Stops-Research-Project Public

    This is the github for a research project analyzing police stops in the city of Berkeley from 2015-2022. This continues the work done by the Center for Policing Equity in their 2018 report on racia…

    Jupyter Notebook

  4. Search Through Current Directory for... Search Through Current Directory for CSVs with Keyword in Columns
    1
    import os
    2
    from glob import glob
    3
    
                  
    4
    os.chdir(path)
    5
    PATH = os.getcwd()
  5. Kernel Density Plot of CAISO Large ... Kernel Density Plot of CAISO Large Hydro Energy Production by Month (2021-2022)
    1
    palette = iter(sns.cubehelix_palette(len(caiso_hydro.sort_values(by=['Month'])['Month'].unique()),start=2)) #https://stackoverflow.com/questions/54336695/selecting-colors-from-seaborn-palette
    2
    plt.figure(figsize=(20,5))
    3
    legend_months = []
    4
    
                  
    5
    for i in caiso_hydro.sort_values(by=['Month'])['Month'].unique():
  6. youtube_wayback_archiver_and_downloader youtube_wayback_archiver_and_downloader Public

    Quick python script to save all of Seth's youtube videos in case his channel ever gets taken down.

    Jupyter Notebook