Trending questions in Edureka Community

0 votes
0 answers

API for automating Azure DevOps Pipelines?

I want to automate the queue-ing of ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,131 views
0 votes
1 answer

Azure Devops, how to add "Work Item type" in devops backlog

Carry out the following steps to add ...READ MORE

Mar 24, 2022 in DevOps & Agile by gaurav
• 23,260 points
1,157 views
0 votes
1 answer

How to cleanup Jenkins workspace?

Hi@akhtar, There is a way to clean up ...READ MORE

Oct 24, 2020 in Jenkins by MD
• 95,460 points
23,271 views
0 votes
0 answers

Azure DevOps - Linking one test case to many stories and executing test case just one time

I created a test case that covers ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,040 points
390 views
0 votes
0 answers

Azure DevOps 2019 fill or change Contact Cards

I am using Azure DevOps 2019 On-Premises. ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
755 views
0 votes
1 answer

Is there a Loop function in Tableau Prep? (Problem written below)

Hey, Prep lacks a built-in looping function, ...READ MORE

Mar 28, 2022 in Tableau by Neha
• 9,020 points
1,323 views
0 votes
1 answer

Calculating percentile - Excel vs online

Syntax PERCENTILE(array,k) The following are the arguments to the ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
694 views
0 votes
0 answers

Is Blockchain a distributed database?

I have noticed that most of the ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,710 points
537 views
0 votes
1 answer

What did permissioned blockchain solve?

To answer your question, the permissioned networks ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
454 views
0 votes
1 answer

Is there a preferred file format for importing data into Tableau?

I don't have a final solution for ...READ MORE

Mar 29, 2022 in Tableau by Vaani
• 7,070 points
835 views
0 votes
0 answers

Azure DevOps extension custom hub group and hub under Organization Settings

I want to add a custom hub ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
746 views
0 votes
1 answer

Convert a PHP object to an associative array

Start with simply typecasting the line:- $array = ...READ MORE

Feb 23, 2022 in PHP by Aditya
• 7,680 points
2,219 views
0 votes
1 answer

Plotting multiple lines in Tableau

First, drag & drop measure values & ...READ MORE

Mar 14, 2022 in Tableau by Vaani
• 7,070 points
1,483 views
0 votes
1 answer

Production web api hosting, web app for containers or azure container instances?

It's fine for simple apps, but it's ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,620 points
739 views
0 votes
0 answers

DevOps CICD - Parallel stages Deployment

My pipeline contains 75 stages, When the ...READ MORE

Apr 8, 2022 in Other DevOps Questions by Kichu
• 19,040 points
381 views
0 votes
1 answer

Cost Function, Linear Regression, trying to avoid hard coding theta. Octave.

In Octave/Matlab, you can use vectorize operations. ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
693 views
0 votes
0 answers

running a UWP test project in azure devops fails due to missing AppxManifest under ilc folder

I am using the windows-2019 agent with this ...READ MORE

Mar 27, 2022 in Other DevOps Questions by Kichu
• 19,040 points
897 views
0 votes
1 answer

Exception in Tkinter callback Traceback (most recent call last):

Hello, @R, As per the Beautiful Soup Documentation: AttributeError: 'NoneType' ...READ MORE

Dec 21, 2020 in Python by Gitika
• 65,770 points
20,783 views
0 votes
0 answers

DynamoDB Transactional Write on Global Tables With DB Streams

How does DynamoDB handle TransactionalWrite on the ...READ MORE

Apr 5, 2022 in Others by Kichu
• 19,040 points
503 views
0 votes
1 answer

How to read and write excel file

When broken down into steps, reading an ...READ MORE

Mar 25, 2022 in Database by Edureka
• 13,690 points
940 views
0 votes
0 answers

What is Azure Service Principal?

My requirement is simple. I want to ...READ MORE

Apr 4, 2022 in Azure by Edureka
• 13,620 points
532 views
0 votes
0 answers

helm registry login --password-stdin in Azure DevOps pipeline

- task: AzureCLI@2   inputs:     azureSubscription: $(azureSubscriptionForACR)     scriptType: 'ps'   ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,041 views
0 votes
0 answers

Convert a vertical data in a excel sheet with one header

I have a problem converting a long ...READ MORE

Apr 7, 2022 in Database by Edureka
• 13,690 points
403 views
0 votes
1 answer

why aws s3 transfer acceleration is not working?

Amazon S3 Transfer Acceleration is a bucket-level ...READ MORE

Mar 24, 2022 in Others by gaurav
• 23,260 points
998 views
0 votes
1 answer

What is the Oracle PL/SQL "--+rule"?

The answer is in the material you ...READ MORE

Feb 23, 2022 in Database by Neha
• 9,020 points
2,227 views
0 votes
1 answer

bias and variance calculation for linear regression

Evaluation of Variance: variance = np.var(prediction) # Where ...READ MORE

Mar 2, 2022 in Machine Learning by Nandini
• 5,480 points
1,899 views
0 votes
1 answer

How to create a funnel visual/bar chart in Tableau by creating a calculated field using an existing column in the data source?

Please find a possible solution in fiddling. You ...READ MORE

Mar 29, 2022 in Tableau by Vaani
• 7,070 points
815 views
0 votes
0 answers

wordpress seo yoast change xml sitemap priority for taxonomy

I'm using the WordPress SEO Yoast plugin on a ...READ MORE

Mar 13, 2022 in Digital Marketing by Kichu
• 19,040 points
1,484 views
0 votes
0 answers

What is RPS ? Why do we need RPS setup during devops?

What is RPS? What is the full ...READ MORE

Mar 27, 2022 in Other DevOps Questions by Kichu
• 19,040 points
877 views
–1 vote
2 answers

In Python, How do I read 2 CSV files, compare column 1 from both, and then write to a new file where the Column 1s match?

Hi @Mike. First, read both the csv ...READ MORE

Jul 24, 2019 in Python by Omkar
• 69,220 points
33,824 views
0 votes
1 answer

PowerBI app is hanging showing "Building your app ..."

The steps I took to remedy the ...READ MORE

Mar 21, 2022 in Power BI by gaurav
• 23,260 points
1,205 views
0 votes
1 answer

How to monitor Azure PaaS services?

There are three ways to get notified ...READ MORE

Apr 4, 2022 in Azure by Edureka
• 12,690 points
536 views
0 votes
0 answers

How to add button control on Azure DevOps workitems page

I am developing an Extension to add ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
719 views
0 votes
0 answers

Open graph description meta tag is not working in LinkedIn

LinkedIn is supporting open graph meta tags ...READ MORE

Mar 6, 2022 in Digital Marketing by Kichu
• 19,040 points
1,781 views
0 votes
0 answers

How to protect private blockchain with public blockchain?

Private blockchain has the risk of 51% ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,710 points
504 views
0 votes
1 answer

R - plm regression with time in posix-format

To use in your model, I believe ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
665 views
0 votes
0 answers

Wordpress All In One SEO plugin not sharing to Facebook wall

I use to implement Facebook's OpenGRaph protocol ...READ MORE

Mar 12, 2022 in Digital Marketing by Kichu
• 19,040 points
1,514 views
0 votes
0 answers

Salesforce Batch Governor Limit

I am running the following batch and ...READ MORE

Apr 1, 2022 in SalesForce by surbhi
• 3,820 points
654 views
0 votes
0 answers

In Azure DevOps or Team City what is a build agent?

I need to implement CD/CI in an ...READ MORE

Apr 1, 2022 in Other DevOps Questions by Kichu
• 19,040 points
652 views
0 votes
1 answer

Yoast plugin is not showing meta description and meta keyword

function set_head_keywords() { $id ...READ MORE

Feb 24, 2022 in Others by narikkadan
• 63,600 points
2,173 views
0 votes
0 answers

How to find the difference between sandbox and production in salesforce

I have some action that if I ...READ MORE

Mar 30, 2022 in SalesForce by surbhi
• 3,820 points
708 views
0 votes
1 answer

Generating NPV estimates in Powerquery for PowerBI

In Excel, Data Analysis Expressions (DAX) is ...READ MORE

Mar 14, 2022 in Power BI by gaurav
• 23,260 points
1,453 views
0 votes
1 answer

BACKEND_SERVICES quota on GCP is limited to 5

On my corporate account I can have ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
523 views
0 votes
0 answers

Azure Devops Tasks not showing up in my Task Template List

I created a task using the templates ...READ MORE

Mar 30, 2022 in Other DevOps Questions by Kichu
• 19,040 points
707 views
0 votes
0 answers

How to follow the entire wiki in Azure DevOps?

There are around 100 pages in my ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,040 points
946 views
0 votes
0 answers

Is Blockchain a single linked list?

When seen as a datatype, is Blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
490 views
0 votes
1 answer

How can I preview PowerPoint files in Azure DevOps (VSTS)?

For work item attachments, there are no ...READ MORE

Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
1,642 views
+1 vote
3 answers

How to change the value of a variable using R programming in a data frame?

Try this: df$symbol <- as.character(df$symbol) df$symbol[df$sym ...READ MORE

Jan 11, 2019 in Data Analytics by Tyrion anex
• 8,700 points
36,040 views
0 votes
0 answers

Blockchain platform in C

I am trying to understand available blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
485 views
0 votes
0 answers

Difference between Deployment Groups and Environments in Azure DevOps Services\Server

We have separate options as Deployment Groups ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,040 points
939 views