Dhruv Singla
Dhruv Singla
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
Not able to run any example of jupyter-dash on google colab. A minimal reproducible code would be the [example on this repo](https://github.com/plotly/jupyter-dash/blob/master/notebooks/getting_started.ipynb) itself. From this repo and all other examples...
The extension is raising a prompt for 'storage account needs to be configured' even when the storage account is specified. It is not recognising 'AzureWebJobsStorage__serviceUri' or 'AzureWebJobsStorage__blobServiceUri'. Extension version -...
Suppose I have a following `global_settings.py` file. ```python logging.info("Setting global variables") blob_name = "stgblob" mongo_url = "" logging.info("Global variables initialized") ``` And I import these in the `function_app.py` ```python from...
### Expected Behavior I want to read only rows for specific row key and partition key from a table storage in azure. ### Actual Behavior The function returned all rows...
The documentation for FunctionApp is not rendering properly in the Azure Doc for function app. Link - https://learn.microsoft.com/en-us/python/api/azure-functions/azure.functions.functionapp?view=azure-python#azure-functions-functionapp-cosmos-db-trigger The params, class references and other things don't show as expected. Example...