Skip to content

Instantly share code, notes, and snippets.

View kristastadler's full-sized avatar

Krista Stadler kristastadler

  • Gloo
  • Boulder, CO
View GitHub Profile
@kristastadler
kristastadler / match_merchant_name
Created January 19, 2021 22:49
match merchant name function
def match_merchant_name(df_clean):
#try to match merchant names to merchants in our dictionary
for ind in df_clean.index:
fullstring = df_clean['original_description'][ind]
for key in partial_string_dictionary:
if key in fullstring.lower():
df_clean['suggested_merchant'][ind] = partial_string_dictionary[key]
#delete rows where we cannot match the merchant
rowstodel=df_clean[df_clean['suggested_merchant']=='unknown'].index
@kristastadler
kristastadler / grocery_stores
Created January 19, 2021 22:45
grocery store returns
('king soopers 5135 lafayette us', 234)
('harris teeter 412 charlotte nc', 182)
('safeway store 1667 erie us', 146)
('king soopers 0135 lafayette us', 135)
('king soopers 0135 lafayette co', 105)
('safeway 1667 erie co', 78)
('natural grocers la lafayette us', 78)
('king soopers xxxx xxx-xxx-3060 co', 63)
('king soopers 0735 fuel qlafayette us', 61)
('purchase niwot liquor niwot co card9815', 56)
@kristastadler
kristastadler / description_trends
Last active January 19, 2021 22:44
find top transaction descriptions
@kristastadler
kristastadler / transaction_descriptions
Created January 19, 2021 22:29
transaction name descriptions
'king soopers 5135 lafayette us'
'king soopers xx 995 s. h'
'king soopers 0008'

Accountability Group DTR

Directions

Use this template to create your DTR with your job seeker accountability groups. Copy/past the template into a gist for your group to send to your Career Dev team adviser.

Template

Group Members: Krista Stadler, Margo Flewelling, Brian Greeson, Zach Holcomb, Tyler Porter

Instructions

  1. Fork this gist, then "edit" the gist
  2. Fill out the questions below
  3. Click the "Add file" button and add your source code to the gist
  4. Submit by the due time as instructed in Zoom

Do not publish your code on a public repl.it or repo or other public means.

Prompt

Project: Gear Share / Terrificus

Group Member Names: Ethan Hocking, Margo Flewelling, Ray Nguyen, Krista Stadler

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

Learn about websockets for in-app communication, building an entire app from the ground up, seeing how an app is developed from start to finish, curious about integrating microservices, process for email in production

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

Project Feedback

Name: Krista Stadler

Partner: Kevin McGrevey

Project Reflection

  • What is one thing that went unusually well during this project? I think our group did a great job communicating and it helped us avoid duplicative work and git fires.

Project Feedback

Name: Krista Stadler

Partner: Josh Tukman

Project Reflection

  • What is one thing that went unusually well during this project?

Project Feedback

Name: Krista Stadler

Partner: Mike Hernandez

Project Reflection

  • What is one thing that went unusually well during this project?