Rajat Shinde

Results 5 issues of Rajat Shinde

I was trying to publish local data of **Mumbai (India)** using **MapMint**. After facing some trivial errors, I was able to publish it successfully. I am compiling the problems and...

Hello all, After being able to **Edit** tables using MapMint web interface, I tried to access the tables and Edit them using MapMint4ME. I am compiling the points here for...

Hello all, After publishing the [**Mumbai (India)**](https://github.com/mapmint/mapmint/issues/8) data using MapMint., I tried to publish the tables associated with the data using the **Tables** module of MapMint. The compiled points are...

The pgRouting Workshop for FOSS4G 2021 Argentina has been released as [v2.7.0](https://github.com/pgRouting/workshop/releases/tag/v2.7.0). @cvvergara and I thought it would be good to have it available as part of the Docker image....

question

What I [tried](https://github.com/mlcommons/croissant/tree/main?tab=readme-ov-file#trying-it-out) - ``` import mlcroissant as mlc url = "http://huggingface.co/api/datasets/fashion_mnist/croissant" ds = mlc.Dataset(url) metadata = ds.metadata.to_json() print(f"{metadata['name']}: {metadata['description']}") for x in ds.records(record_set="default"): print(x) ``` Output: ``` ... File...