Recent alum of the Flatiron School's Data Science Fellowship (Washington DC) and the University of Chicago's Harris School of Public Policy.
- Washington DC / McMinnville Oregon
- kalebnyquist.me
- @KalebNyquist
Pinned Loading
-
voters-clustering
voters-clustering PublicPython code and Jupyter notebook for doing cluster analyses of Democracy Fund's Voter Study Group.
HTML
-
statebased_vs_oop_pyplot
statebased_vs_oop_pyplot PublicThis Jupyter Notebook provides the code used to generate the figures in the Medium post "plt.subplot() or plt.subplots()? Understanding state-based vs. object-oriented programming in Pyplot" publis…
-
Webscrape Election 2020 Presidential...
Webscrape Election 2020 Presidential Results (County Level) from FoxNews.com 1import requests
2import pandas as pd
3from bs4 import BeautifulSoup
45# List of States
-
Simple Download/Upload of Airtable D...
Simple Download/Upload of Airtable Data into/from Python using Airtable API 1import requests
2import json
3import pandas as pd
45 -
Find Index Location Values in Pandas...
Find Index Location Values in Pandas Dataframe for Specific String Value 1def find_locations_in_pandas_dataframe(dataframe, search_term, starts_with_search_term=False):
2""" Returns an ordered list of (dataframe column, dataframe row, specific string) index values where `search_term` is
3found in Pandas `dataframe` string data.
45Keyword arguments:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.