Show the code
import polars as pl
from pylifemap import Lifemap
# Load iucn dataset
iucn = pl.read_parquet(
"https://raw.githubusercontent.com/Lifemap-ToL/pylifemap/main/data/iucn.parquet"
)
Lifemap(iucn, width="100%").layer_points(fill="status").show()Warning: 779 taxids have not been found in Lifemap database.
Warning: 152 duplicated taxids have been found in the data.