-
### Is your feature request related to a problem?
Cells are our concept to lazily (i.e. the data must not be loaded immediately) execute vectorized operations on tables. The laziness is essential for…
-
### Describe the project you are working on
Strategy game.
### Describe the problem or limitation you are having in your project
I have a singleton with many signals for different things. Sometimes…
4d49 updated
2 months ago
-
### Applies To
- [X] Notebooks (.ipynb files)
- [X] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
The following cell runs in < 1s and show up insta…
-
## Use Case
Scientists want to be able to visually inspect their data and mark cells of interest or bad segmentations, etc.
Being able to select many cells and save that list out afterwards (as a …
-
Probably a "regression" from https://github.com/Revolutionary-Games/Thrive/pull/5242 having way too high turn speed when the cell is close to the right rotation and causing overshoots. I'm setting thi…
-
SE v204 added `` to solar panel definitions which allows modders to define where the rays come from and how many of them.
This suggestion is to generate that tag from model empties to be easier to …
-
Hi,
I have a schema that contains a field 'date' which also specifies an ISO 8601 date format:
```
{
"fields": [
{
"name": "date",
"type": "date",
"description": "We…
-
Hi,
Thank you for the library, it is very easy to use!
I'm trying to write pandas.Dataframe with n*1000 rows using the following code:
```python
table = TableUtil.from_pandas_dataframe(df, fle…
-
### What happens?
The following recursive CTE fails to produce the expected result,
probably because there are (in SQLite's terminology) "multiple recursive references".
(Notice the inner query: …
-
Just like python pandas, when I print the dataframe, Jupyter will display a table
https://github.com/pandas-dev/pandas/issues/16792