Hello. Sorry if this was not the proper place to submit this issue.
I tried to read a Parquet dataset on a network drive using Parquet2.jl, but it did not work.
using FilePathsBase
using Parquet2: Dataset
ds = Dataset("//path/to/file")
Perhaps paths on Windows network drives are not supported?