Please make sure these conditions are met
Report
Reported by a spatialdata Windows user and reproduced on a Windows machine scverse/spatialdata-io#129. I can't reproduce on my macOS machine or on a Linux machine.
When / is part of a name of a var column, the data is written to disk in a subfolder (also in macOS, see screenshot) and can still be read correctly. In Windows the column can't be read, probably because of the difference between / and \ for paths.
In spatialdata, we are considering checking all the element names and their respective element columns (e.g. GeoDataFrame column names, AnnData obs/var/... column names, etc) and allowing only strings with alphanumeric or the '-_.` symbols. The check would be performed when instantiating an object and in particular before writing, prompting the user for a name change.
What are you opinion on this, in particular on restricting the names?
Please see the code and traceback in the attached SpatialData issue, as I can't reproduce on my machine: scverse/spatialdata-io#129.
Versions
-----
anndata 0.10.4
session_info 1.0.0
-----
asciitree NA
cloudpickle 3.0.0
cython_runtime NA
cytoolz 0.12.2
dask 2023.12.1
dateutil 2.8.2
dill 0.3.7
exceptiongroup 1.2.0
fasteners 0.17.3
gmpy2 2.1.2
h5py 3.9.0
importlib_metadata NA
jinja2 3.1.2
markupsafe 2.1.3
mpmath 1.3.0
msgpack 1.0.7
natsort 8.4.0
numcodecs 0.12.1
numpy 1.26.3
packaging 23.2
pandas 2.1.4
psutil 5.9.7
pyarrow 14.0.1
pytz 2023.3.post1
scipy 1.11.4
six 1.16.0
sphinxcontrib NA
sympy 1.12
tblib 3.0.0
tlz 0.12.2
toolz 0.12.0
torch 2.1.2
torchgen NA
tqdm 4.66.1
typing_extensions NA
xxhash NA
yaml 6.0.1
zarr 2.16.1
zipp NA
zoneinfo NA
-----
Python 3.10.13 | packaged by conda-forge | (main, Oct 26 2023, 18:09:17) [Clang 16.0.6 ]
macOS-13.4.1-arm64-arm-64bit
-----
Session information updated at 2024-03-27 16:54
Please make sure these conditions are met
Report
Reported by a
spatialdataWindows user and reproduced on a Windows machine scverse/spatialdata-io#129. I can't reproduce on my macOS machine or on a Linux machine.When
/is part of a name of avarcolumn, the data is written to disk in a subfolder (also in macOS, see screenshot) and can still be read correctly. In Windows the column can't be read, probably because of the difference between/and\for paths.In
spatialdata, we are considering checking all the element names and their respective element columns (e.g.GeoDataFramecolumn names,AnnDataobs/var/... column names, etc) and allowing only strings with alphanumeric or the '-_.` symbols. The check would be performed when instantiating an object and in particular before writing, prompting the user for a name change.What are you opinion on this, in particular on restricting the names?
Please see the code and traceback in the attached SpatialData issue, as I can't reproduce on my machine: scverse/spatialdata-io#129.
Versions