How to extract bucket and file name from a Google Cloud Storage URI with Python
You can use Python string manipulation to extract information from GCS URIs. Two methods I use are Python’s ‘split’ method and regular expression lookups.
You can use Python string manipulation to extract information from GCS URIs. Two methods I use are Python’s ‘split’ method and regular expression lookups.
Learning Vim can be daunting. Being strategic with your learning process can improve your chances of persevering and succeeding
Using Alfred workflows to open your current browser tab in a new window
How to configure your terminal for data science to maximum productivity (oh-my-zsh, iterm2, tmux, Starship)
Setting up a new MacBook Pro for Data Science
Automate and reproduce your Macbook setup using Homebrew and Brewfile
How to write SQL-like window functions in Pandas using groupby and transform
Top tips for improving your Python code without needing to refactor. Implement these simple strategies and your future self (and colleagues!) will thank you!
Typing fast is a super power
Build trust with end users by automating data testing in the data lake using Cloud Functions and Great Expectations