Trending questions in Edureka Community

0 votes
1 answer

Azure Databricks - reading tables with koalas

You just need to use  read_table EX: ksdf = ks.read_table(' ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,650 points
1,095 views
0 votes
1 answer

What is the difference between a Confusion Matrix and Contingency Table?

Confusion Matrix is a classification matrix used ...READ MORE

Mar 2, 2022 in Machine Learning by Dev
• 6,000 points
2,280 views
0 votes
1 answer

Powershell: How do I get the name from Azure Active Directory user (Get-AzADUser)

The Get-AzureADUser cmdlet gets a user from ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,650 points
1,153 views
0 votes
1 answer

what is r-squared in linear regression models?

You inquired about the code x = ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
1,047 views
0 votes
1 answer

How to get bitcoins for testing?

In order to see how Bitcoin works, ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
802 views
0 votes
0 answers

DevOps template with conditional manual approval job

I am trying to add an approval ...READ MORE

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

How are OLAP, OLTP, data warehouses, analytics, analysis and data mining related?

From the top of the pyramid, I'll ...READ MORE

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

Azure DevOps Build Agents in Kubernetes

I am looking for a way to ...READ MORE

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

Trigger Azure DevOps CI/CD through powershell script

How can we trigger CI/CD pipelines through ...READ MORE

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

What is special about /dev/tty?

ls -la /dev/tty shows the output: crw-rw-rw- 1 ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,730 points
447 views
0 votes
1 answer

Scoutsuite output is showing IAM api is not enabled when it is enabled in gcp console

The error is failed to retrieve KMS ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
781 views
0 votes
1 answer

How to convert days(ex: Monday, Tuesday, etc) in string data type to day type in Tableau?

To create a date from constituent integers, ...READ MORE

Apr 5, 2022 in Tableau by Neha
• 9,020 points
816 views
0 votes
0 answers

Should all agile epics be titled in sentences?

I'm reorganizing my agile board on youtrack ...READ MORE

Apr 12, 2022 in PMP by Edureka
• 13,690 points
473 views
0 votes
1 answer

why scipy poisson do not have a pdf (probability density function) method?

The poisson distribution has no density function ...READ MORE

Apr 5, 2022 in Machine Learning by Dev
• 6,000 points
810 views
0 votes
0 answers

Reverse a string in Java

I have "Hello World" kept in a ...READ MORE

Apr 14, 2022 in Java by Rahul
• 3,380 points
448 views
0 votes
0 answers

Pair programming means double cost per developer. Is it worth that money?

Pair programming in Agile requires us to ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points
444 views
0 votes
0 answers

how to sign bitcoin psbt with ledger?

I'm trying to sign a PSBT transaction ...READ MORE

Mar 9, 2022 in Blockchain by Soham
• 9,730 points
1,999 views
0 votes
1 answer

Differentiate between spring cloud gcp pub sub and google cloud pub sub

The difference is whether you prefer to ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
775 views
0 votes
1 answer

How to Calculate DATEDIF formula in Excel?

Simply divide one date by the other. ...READ MORE

Mar 25, 2022 in Database by gaurav
• 23,260 points
1,283 views
0 votes
1 answer

PowerBI Workspace not visible

Aside from double-checking that the person added ...READ MORE

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

How to convert list to string

How can I convert a list to ...READ MORE

Apr 22, 2022 in Python by Edureka
• 13,650 points

reshown Mar 4 by Edureka 78 views
0 votes
1 answer

Amazon Linux: apt-get: command not found

Amazon Linux is CentOs-based which means that ...READ MORE

Feb 11, 2022 in Linux Administration by Soham
• 9,730 points
3,065 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
34,176 views
0 votes
1 answer

Azure DevOps - Github status checks

To use the GitHub Status check, first ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 13,650 points
1,298 views
0 votes
0 answers

Creating a regression testing sprint in agile?

I am in a team which we ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points
468 views
0 votes
0 answers

How to make a new List in Java

We create a Set as: Set myset = new HashSet() How ...READ MORE

Apr 14, 2022 in Java by Rahul
• 3,380 points
433 views
0 votes
1 answer

How to enter a series of numbers automatically in Excel

Excel, unlike other Microsoft Office programmes, does ...READ MORE

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

When should Data Binning be used in data processing?

Mostly by trial and error. When a ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
735 views
0 votes
1 answer

BITCOIN TO USD API

You can use blockchain.info API: URL: https://blockchain.info/ticker Response: { "USD" : ...READ MORE

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

Can we assign Azure Blueprint to a resource or a resource group

You may use an Azure Resource Manager ...READ MORE

Mar 29, 2022 in Azure by Edureka
• 12,700 points
1,132 views
0 votes
1 answer

PHP. Bitcoin to Ukrainian Hrivna price ticker

I would suggest, that instead of dividing ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
720 views
0 votes
0 answers

testing testing

trsting testing testng READ MORE

Apr 22, 2022 in SalesForce by anonymous
• 120 points

edited Mar 4 72 views
0 votes
1 answer

bitcoin to currency converter and it's reverse in php

Ok, you can get the value by ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,690 points
1,022 views
0 votes
1 answer

What is Azure Service Principal?

An Azure service principal is an identity ...READ MORE

Apr 7, 2022 in Azure by Edureka
• 12,700 points
734 views
0 votes
0 answers

How to find the username of the instance launched in amazon-ec2?

I m having trouble connecting to the ...READ MORE

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

What gcp firewall settings are needed to enable file download for wordpress site backup?

The firewall rule allowing ingress traffic on ...READ MORE

Apr 5, 2022 in GCP by Korak
• 5,820 points
1,033 views
0 votes
1 answer

Blockchain decentralised database on rails

You have to handle this with a ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
757 views
0 votes
0 answers

azure devops build pipeline reduce the timeout to 30 minutes

Currently, the pipeline time's out is 60 ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points

edited Mar 4 77 views
0 votes
0 answers

Azure DevOps Extensions - Change extension category

 I have an Azure DevOps extension that ...READ MORE

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

Does using Projection Expressinos in querying DynamoDB reduce the read capacity unit comsumption?

Have been going through the DynamoDB documentation, ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Rahul
• 9,690 points
485 views
0 votes
1 answer

How to add a named sheet at the end of all Excel sheets?

Kindly use this one liner: Sheets.Add(After:=Sheets(Sheets.Count)).Name = "new_sheet_name" Or ...READ MORE

Apr 5, 2022 in Database by gaurav
• 23,260 points
731 views
0 votes
1 answer

How to print projects and workbook names based on site id in tableau server client?

Here's how I do it once I've ...READ MORE

Mar 9, 2022 in Tableau by Neha
• 9,020 points
1,928 views
0 votes
0 answers

Sonarcloud gate in Azure Devops pull request stuck in waiting status

We have a Sonarcloud quality gate in ...READ MORE

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

How do I merge two rows in Excel?

Hi I'm not even sure if this ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
828 views
0 votes
0 answers

DynamoDB time to live per Item

I have a requirement to expire items ...READ MORE

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

How to log into a salesforce.com sandbox?

My user account was created after the ...READ MORE

Mar 15, 2022 in SalesForce by CoolCoder
• 4,420 points

edited Jun 19, 2023 by Khan Sarfaraz 1,663 views
0 votes
0 answers

Unprotect workbook without password

I have a popular VBA code to ...READ MORE

Apr 7, 2022 in Database by Edureka
• 13,690 points
697 views
0 votes
0 answers

Enabling geodatabase in AWS RDS PostgreSQL instance

Is there a way to enable geodatabase ...READ MORE

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

How to create a custom fabric environment on ibm blockchain platform VScode

At the moment you can't use the ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,690 points
968 views
0 votes
0 answers

tracking of DevOps tools versions

Working with DevOps leads to working with ...READ MORE

Apr 7, 2022 in Other DevOps Questions by Kichu
• 19,040 points
599 views