30 questions with Azure Open Datasets tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to mount the azure dataset in jupyter notebook ?

I have created dataset which points to two datastores. I have registered it as well. But when I mount the dataset, it is showing some error.

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2022-08-25T05:40:50.957+00:00
V JEEVA 46 Reputation points
accepted 2022-09-07T14:29:36.543+00:00
V JEEVA 46 Reputation points
1 answer One of the answers was accepted by the question author.

Connect to azureopendatastorage from synapse pipeline

Is it possible to connect to the azureopendatastorage datasets from linked services in Synapse pipelines or ADF ? I keep on getting "This request is not authorized to perform this operation using this permission" for any connection option I try…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2022-08-19T21:27:27.283+00:00
Varun Goel 21 Reputation points Microsoft Employee
accepted 2022-08-22T12:40:58.607+00:00
Varun Goel 21 Reputation points Microsoft Employee
1 answer

How can I connect to Azure open data besides python?

I am trying to connect to azureopendatastorage account. More precisely: container nyc_tlc_green From the python source I can see that the account key is just r"", but it doesn't work. Also Azure cli tells me: Storage account…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2022-07-20T17:02:21.047+00:00
Eneli Toodu 1 Reputation point
answered 2022-07-25T06:58:10.417+00:00
romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
2 answers One of the answers was accepted by the question author.

DataSet does not return Data

Hi! I want to get data from an Access Database through a DataSet but all the tables appear to be empty. using(var x = new DataSet1()) { Console.WriteLine("Am intrat"); var l = x.Angajati_Detalii.FirstOrDefault(); …

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
577 questions
Microsoft 365 and Office | Access | Development
Developer technologies | C#
asked 2022-02-14T23:02:42.53+00:00
Radu Flesar 26 Reputation points
accepted 2022-02-15T22:25:48.773+00:00
Radu Flesar 26 Reputation points
1 answer One of the answers was accepted by the question author.

Allow Power Bi Dataset Access to Azure Resources

I have a Power Bi (M365/Azure kind, not on premise) dataset that is syncing data from one of my Azure SQL databases. This Azure database resource has its network firewall enabled to only allow connections from whitelisted public IP addresses. I am able…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
Azure SQL Database
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
781 questions
asked 2021-12-23T20:16:40.163+00:00
Nonathon 91 Reputation points
accepted 2022-01-05T17:55:14.12+00:00
Nonathon 91 Reputation points
1 answer

Sorting or Filtering a DataGridView leaves the Underlying Dataset unchanged

When I sort or filter a datagridview, the underlying Dataset remains unchanged so I can not use NewTableRow as a way to update the database: The following is an example of my sort Dim SortSQL As String Dim SaveDataSource As BindingSource Dim NewRow…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2021-09-03T19:10:21.797+00:00
Lance Summers 1 Reputation point
answered 2021-09-03T20:46:31.713+00:00
Michael Taylor 60,331 Reputation points
1 answer One of the answers was accepted by the question author.

NoaaIsdWeather

Hi team, We tried to get actual weather data via NoaaIsdWeather. It works before. But not returned data after 2021-05-22 now. Could you help to check and advise. Thanks very much. This is a package in preview. from…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2021-07-21T08:14:21.373+00:00
Kim Chen 21 Reputation points
commented 2021-08-02T06:29:58.173+00:00
Kim Chen 21 Reputation points
1 answer One of the answers was accepted by the question author.

AzureML Notebooks: how to access data from an experiment

Hi, I am new to Azure ML, and I have been trying to replicate the same structure presented in the MNIST tutorial, but I don't understand how to adapt it to my case. I am running a python file from the experiment, but I don't understand how I can…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,341 questions
asked 2021-03-03T09:09:18.803+00:00
Matzof 26 Reputation points
accepted 2021-03-08T10:23:35.137+00:00
Matzof 26 Reputation points
1 answer One of the answers was accepted by the question author.

I can't get 2021 weather data from NOAA Integrated Surface Data (ISD)

Previously we used the below sample code to retrieve NOAA actual weather data ***# This is a package in preview. from azureml.opendatasets import NoaaIsdWeather from datetime import datetime from dateutil.relativedelta import relativedelta …

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2021-01-21T05:53:28.46+00:00
Julian Zhang 21 Reputation points
accepted 2021-01-21T11:57:54.817+00:00
Julian Zhang 21 Reputation points
1 answer One of the answers was accepted by the question author.

Can we filter Open Datasets by column, e.g., country during access

Is there a way to filter Open Datasets by column, e.g., country during access. The use case we are looking for is simply to get German Weather and German Holidays by selecting just the rows with country code for Germany. The data access mechanisms…

Azure Open Datasets
Azure Open Datasets
An Azure service that provides curated open data for machine learning workflows.
30 questions
asked 2020-05-13T04:02:32.697+00:00
bharathn-msft 5,106 Reputation points Microsoft Employee Moderator
accepted 2020-05-13T17:09:09.95+00:00
bharathn-msft 5,106 Reputation points Microsoft Employee Moderator