-
### Description
There are cases where it is desirable to use an `Enum` dtype, but you don't know what the categories are prior to materialization of your series. Example: reading a `test.csv` where…
-
### Description
Love the product! It would be great if .to_dummies() had an option to return empty columns (even with only zeros) for Enum data types, and also keep the order (so drop_first is the sa…
-
### Describe the bug
```python
import marimo as mo
import narwhals as nw
import polars as pl
import pandas as pd
data = {"item": ["a", "a", "a", "b", "b", "b"], "start": [6, 7, 8, 14, 15, 16]}…
-
### Bug Description
Joining a world causes the console to print an error: `Failed to create entity model for minecraft:player:
java.lang.RuntimeException: Provider not registered`.
Note that:
…
-
### Checked for existing issues
- [X] I have checked for existing issues, and have found none.
### Tested latest version
- [X] I have checked that this occurs on the latest version.
### GregTech C…
-
Hi Brian, I am trying to run trinity (first time using it) but after a week (more or less) I got the following error:
Process_cmd::process_cmd("salmon --no-version-check index -t Trinity.tmp.fa…
-
Time: 2024-08-21 16:13:36
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(Cras…
-
Hello. Let me start by saying that we really enjoy this mod.
I don't know if this mod is still actively being worked on, but I was taking a look at the log when I stumbled upon some loot modifiers …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Reprodu…
-
I was wondering, if exceptions should be unified. I came across this since I was writing a test with this code:
```py
def f(X, cols):
return nw.from_native(X, eager_only=True).select(cols)
`…