Affects: PythonCall
Describe the bug
Running Pluto notebook and attempting to reproduce Example 1 in the README. pytable(iris) errors with:
Python: Julia: ArgumentError: Unordered CategoricalValue objects cannot be tested for order using <. Use isless instead, or call the ordered! function on the parent array to change this
Your system
Ubuntu 25.10
Pluto v1.0.1
Pkg.status() ***
[992eb4ea] CondaPkg v0.2.36
[6099a3de] PythonCall v0.9.35
[ce6b1742] RDatasets v0.8.1
[44cfe95a] Pkg v1.12.1
CondaPkg.status() ***
seaborn v0.13.2
perhaps a known issue related to issue #88
line reference:
|
sns.pairplot(pytable(iris), hue="Species") |
Affects: PythonCall
Describe the bug
Running Pluto notebook and attempting to reproduce Example 1 in the README.
pytable(iris)errors with:Python: Julia: ArgumentError: Unordered CategoricalValue objects cannot be tested for order using <. Use isless instead, or call the ordered! function on the parent array to change thisYour system
Ubuntu 25.10
Pluto v1.0.1
Pkg.status() ***
[992eb4ea] CondaPkg v0.2.36
[6099a3de] PythonCall v0.9.35
[ce6b1742] RDatasets v0.8.1
[44cfe95a] Pkg v1.12.1
CondaPkg.status() ***
seaborn v0.13.2
perhaps a known issue related to issue #88
line reference:
PythonCall.jl/examples/seaborn.jl
Line 20 in e477d4d