Sebastian Luque
Sebastian Luque
I was hoping to be able to define the file path within the source block. For example, one block has pandas read a file from one path to generate a...
I see that boolean arrays were introduced in Pandas 1.0.0 in 2020, which was a big jump (it bit me as a user in few places). I understand why the...
> For now it is left to the user because I am not familiar enough with `BooleanArray` to understand what introducing them to the default pandas converter in rpy2 would...
Thanks! I'll avoid using `pandas2ri.activate()` and use the local converter in context manager, but how come `dti` needs to be enclosed in `pd.Series` when it's already a `Series`?
@maelle yes, it is: [diveMove](https://github.com/spluque/diveMove)
I see, so "frequency" = "rate", as I assumed for cases like angular velocity (e.g. deg/h). Is acceleration (m/s^2) also considered "frequency" data? Are data assumed to be normalized as...
It turns out this is actually a Duplicate of #436. My less than ideal workaround was to set up the environment variable in Emacs only (init file), since this is...