-
I noticed that you have used the following command to identify NULL, which is not wrong.
df['ab_test_group'] = df.fitness_test_date.apply(lambda x: 'B' if x == None else 'A')
I would like you to…
-
Over on [this PR](https://github.com/terrapower/armi/pull/1670), I noted a strange point in the ARMI API.
When an `Assembly` has no children/`Blocks`, this method returns a "default area" of `1.0`.…
-
I found this interesting paper on Cross-Module Quickening, by Felix Berlakovich and Stefan Brunthaler at ECOOP 2024. It makes use of CPython 3.12.0's specializing interpreter to quicken across C exten…
-
### Question
HI. Is it possible to dynamically create a struct from an unknown JSON schema? I mean, the user will inform me the way he wants the struct to be created, and I will create a Struct from …
-
## Current status
- [x] Evaluate filetype/core requirements in https://github.com/CollaboraOnline/online/issues/1529
- [x] Implement handling of mentions in core
- [x] Implement some user listing mec…
-
The pixel time series tool could be made more functional by incorporating a function that returns a _pandas.DataFrame_ rather than outputting directly to disk.
Some thing along the lines of:
``` pyt…
-
This issue has been migrated from Redmine: https://dev.icinga.com/issues/13367
**Created by dgoetz on 2016-11-30 11:41:11 +00:00**
Assignee: _(none)_
Status: _New_
Target Version: _(none)_
Last Upd…
-
### Summary
Add provider settings to define one or more tags that get added by default to resources.
### Use cases
Default tags would provide several useful use cases:
- Set a tag like "terrafor…
-
The SQL that is being generated in/around `DateTimeOffset` (Both nullable and non) in SQLite does not work under `Sql.DateAdd` or `!=` comparisons.
### Steps to reproduce
See Below Repro which s…
-
### Steps to reproduce
1. Use `pylint -E` on a file containing this piece of code:
```python
class FoobarException(Exception):
foobar = None
try:
pass
except Exception as ex:
if …