Recent posts

daily log 11.19.20

1 minute read

How to scrape data from your favorite recipe blogs so you can sort by ingredients you have and how much time you want to spend!!

daily log 11.15.20

less than 1 minute read

I am sad to report we did very little data sciencing this weekend… However, Red Rising is amazing.

daily log 11.11.20

less than 1 minute read

```python df[‘supervisor_chain_split’] = df.apply(lambda x: x[‘supervisor_chain’].split(‘ reports to – ‘), axis=1) df[‘supervisor_chain_split_len’] = df.appl...