Robin Brown

Results 4 issues of Robin Brown

Hi, great tool! Just checking I've understood the way the config works - presently, everything can be configured via the `.cruft.json` file, but skip files can also be configured in...

It's a pretty small problem, but I was curious why there are so many different names in different places to specify what is essentially the same thing: a list of...

I'm following the blogpost [here](https://blog.balena.io/how-to-use-nvidia-jetson-devices-on-balena/) to try and get balenaOS (5.1.45+rev2) up and running on a Jetson Orin AGX 64GB devkit, using the setup for the older 32GB model. I've...

#### Code to reproduce ```import pandas as pd import numpy as np df_int = pd.DataFrame( {'col': ['foo', 'bar', np.nan]}, index=[1,2,3] ) df_obj = pd.DataFrame( {'col': [np.nan, np.nan, 'baz']}, index=['1', '2',...

Bug
good first issue
Needs Tests
combine/combine_first/update