Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the following command to generate new RSA keys without prompt questions.
ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Use the following command to generate new RSA keys without prompt questions.
ssh-keygen -q -y -t rsa -N '' -f ~/.ssh/id_rsa
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Introduction to SQL in BigQuery
Can you set Vim keybindings for editors?
how to connect to a BigQuery …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
axis=1: apply the lambda function on each row
numpy.where is vectorized ifelse.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
DataFrame.hvplot (via the Python package hvplot) is the most convenient way to use HoloViews.
If you want to use HoloViews directly, it is better to create a HoloViews.Dataset object and use it for visualization.
The groupby option generates a plot
with a dropdown list for interactively showing plots of different groups.
You can overlay plots of different groups together on the same plot
simplify by calling the .overlay()