Trending questions in Edureka Community

0 votes
1 answer

How do I create a linear regression model in Weka without training?

Weka is a classification algorithm. This is ...READ MORE

Mar 9, 2022 in Machine Learning by Nandini
• 5,480 points
2,374 views
0 votes
1 answer
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
1,504 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
778 views
0 votes
1 answer

Azure Blob Storage or Azure File Storage

To me this sounds like a Blob ...READ MORE

Mar 30, 2022 in Azure by Edureka
• 13,720 points
1,409 views
0 votes
0 answers

EC2 Ubuntu hangs on go install

I am running the golang rest API ...READ MORE

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

SEO cloaking in isomorphic React app

The solution is to render every request ...READ MORE

Mar 11, 2022 in Digital Marketing by narikkadan
• 86,360 points
2,240 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,706 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
• 24,180 points
1,194 views
0 votes
1 answer

What's the difference between Docker Compose and Kubernetes?

Containers- Containers are at the core of ...READ MORE

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

Linear Discriminant Analysis vs Naive Bayes

There are no standards fixed as to ...READ MORE

Feb 10, 2022 in Machine Learning by Nandini
• 5,480 points
3,439 views
0 votes
1 answer

Permissions within a blockchain?

To answer your question, try looking up ...READ MORE

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

GCP VPC Peering (auto-mode)

I have two GCP projects which have ...READ MORE

Apr 7, 2022 in GCP by Rahul
• 3,380 points
1,060 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
1,395 views
0 votes
0 answers

BITCOIN payments, OP_RETURN parameter

I want to automate BITCOIN payments and ...READ MORE

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

Limit the size of the existing and new permalink slugs in Wordpress for SEO

?php   /**  * Trim native slugs  */ function pm_trim_native_slug($slug, $post_ID, ...READ MORE

Feb 25, 2022 in Others by narikkadan
• 86,360 points
2,799 views
0 votes
0 answers

AWS Lambda vs EC2: Which one to choose

I want to make login service that ...READ MORE

Apr 4, 2022 in Others by Kichu
• 19,040 points
1,197 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,720 points
1,385 views
0 votes
0 answers

testingtesting

This is a hot and trending category ...READ MORE

Apr 22, 2022 in Power BI by anonymous
• 110 points

edited Mar 4, 2025 409 views
0 votes
0 answers

In azure devOps, how to duplicate dashboard in a project

I have created a dashboard in my ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,283 views
0 votes
0 answers

Are Tableau dashboards, hosted on Tableau Server, downloadable by viewers?

You can have access to the datasets ...READ MORE

Apr 21, 2022 in Tableau by Neha
• 9,020 points

edited Mar 4, 2025 443 views
0 votes
1 answer

Open S3 object as a string with Boto3

s3 = boto3.resource('s3') import boto3 s3 = obj obj(bucket, ...READ MORE

Mar 21, 2022 in Others by gaurav
• 24,180 points
1,872 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
• 24,180 points
1,651 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,730 points
1,092 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
1,262 views
0 votes
0 answers

How do I get data storage used on my AWS RDS?

I wish to know how much storage ...READ MORE

Apr 9, 2022 in Others by Kichu
• 19,040 points
974 views
0 votes
0 answers

Azure DevOps - configuring two jobs in yaml, one with cron schedule, second with manual execution

I want to run the  e2e tests ...READ MORE

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

AWS RDS backups are incremental or differential?

Can you please tell me the type ...READ MORE

Apr 9, 2022 in Others by Kichu
• 19,040 points
972 views
0 votes
0 answers

Upsert Bulk vs Batch Upsert in Salesforce

I'm attempting to import a significant amount ...READ MORE

Apr 5, 2022 in SalesForce by surbhi
• 3,820 points
1,116 views
0 votes
1 answer

Transaction in a blockchain

I assume you should take it as ...READ MORE

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

Yoast SEO - remove og:description and twitter:description

add_filter("wpseo_opengraph_desc", "remove_yoast_og"); add_filter("wpseo_twitter_description", "remove_yoast_og"); function remove_yoast_og($description) { ...READ MORE

Feb 27, 2022 in Others by narikkadan
• 86,360 points
2,715 views
0 votes
1 answer

Get month and year from date cells Excel

The steps to modify the date format ...READ MORE

Mar 30, 2022 in Database by gaurav
• 24,180 points
1,444 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
1,317 views
0 votes
2 answers

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

Hey,  @Himanshu. It's still most likely gzipped data. ...READ MORE

Jul 27, 2020 in Python by Gitika
• 65,730 points
27,946 views
0 votes
0 answers

How to reduce cost of AWS website hosting (EC2, RDS)

I am hosting one static website, and ...READ MORE

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

Linear regression returning bad fit with large x values

To make the date values start at ...READ MORE

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

adding meta keyword in wordpress using yoast seo plugin.

You can use Advance Custom Fields plugin ...READ MORE

Feb 28, 2022 in Others by narikkadan
• 86,360 points
2,667 views
0 votes
1 answer

What is the "eosio" account re:EOS blockchains?

Its private key is stored at config.ini # ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
1,024 views
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,730 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
• 24,180 points
1,301 views
0 votes
0 answers

Error integrating TestCafe with Azure Devops

I want to integrate TestCafe with Azure ...READ MORE

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

Automated Deployment of ADF Pipelines using Azure DevOps CI/CD Pipelines

I am using ARM Templates of the ...READ MORE

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

How to import excel file in Oracle SQL live

Hello, there are a few steps You'll ...READ MORE

Feb 18, 2022 in Others by gaurav
• 24,180 points
3,047 views
0 votes
1 answer

Where to find the private key of a member in azure blockchain service?

As per the article, the method used ...READ MORE

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

Count of commits in azure devops git repo using Python

I want to count the number of ...READ MORE

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

Joomla "No input file specified" also with SEO disabled

The solution is pretty simple. You are ...READ MORE

Mar 11, 2022 in Digital Marketing by narikkadan
• 86,360 points
2,185 views
0 votes
0 answers

How do I merge two rows in Excel?

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

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

Error Running python (forecasting) in Tableau

I'm quite new to this system as ...READ MORE

Mar 31, 2022 in Tableau by Vaani
• 7,070 points
1,163 views
0 votes
0 answers

Azure DevOps REST API: Getting work item predecessors and successors

How to get the work item's list ...READ MORE

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

What is the difference between driver.close() and driver.quit()?

close- This method is used to close ...READ MORE

Aug 20, 2021 in Python by anonymous

edited Mar 5, 2025 29,599 views