Trending questions in Edureka Community

0 votes
1 answer

Unsupported operand type(s) for +: 'int' and 'str'

You seem to be trying to train ...READ MORE

Feb 23, 2022 in Python by Aditya
• 7,680 points
3,603 views
0 votes
0 answers

Renaming column names in Pandas

How can  I change the column labels of ...READ MORE

May 5, 2022 in Python by Kichu
• 19,040 points
523 views
0 votes
0 answers

How to rename a directory in C?

I searched online to find that how ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
906 views
0 votes
1 answer

Undefined function mysql_connect()

See if the PHP MySQL extension module ...READ MORE

May 1, 2022 in Other DevOps Questions by narikkadan
• 63,600 points
744 views
0 votes
0 answers

Provide solution for this message on jupyter-IndentationError: expected an indented block

please tell me the indentation error  in ...READ MORE

May 15, 2022 in Data Science by Arushi

edited Mar 4 124 views
0 votes
1 answer

How do I setup a network peering connection from multiple GCP projects to the same MongoDB cluster

If you have a project and want ...READ MORE

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

Azure Data Studio - Why Is Restore Option Missing Entirely?

The SERVERS sidebar allows you to access ...READ MORE

Mar 2, 2022 in Azure by Edureka
• 13,620 points
3,285 views
0 votes
0 answers

Get ARN of S3 Bucket with aws cli

Is it possible to get the ARN ...READ MORE

Apr 21, 2022 in AWS by Rahul
• 9,680 points
1,047 views
0 votes
0 answers

Quicksort with Python

I am totally new to python and ...READ MORE

Apr 26, 2022 in Python by Edureka
• 13,620 points
629 views
0 votes
1 answer

Hyperledger Fabric blockchain network from scratch

Try playing with configtx.yaml, crypto-config.yaml and docker-compose ...READ MORE

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

Unable to compress excel file (XLSX or XLS) using java

Because the formats with a 'x' at ...READ MORE

Apr 11, 2022 in Database by gaurav
• 23,260 points
1,668 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,542 views
0 votes
0 answers

Modify an existing Excel file using Openpyxl in Python

I am basically trying to copy some ...READ MORE

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

How can I find out why my storage space on Amazon EC2 is full?

When I run df -h on my ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
901 views
0 votes
0 answers

I changed ec2 instance type from t2.medium to c5.xlarge and i can't use it

I changed an ec2 instance type from ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,680 points
900 views
0 votes
0 answers

How to merge two data sets in Tableau via relationship?

I'd want to integrate two data sets ...READ MORE

Apr 14, 2022 in Tableau by Neha
• 9,020 points
1,463 views
0 votes
0 answers

To query Last 7 days data in DynamoDB

HashKey(Date) ,RangeKey(timestamp) This is what my dynamo DB ...READ MORE

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

Cannot find module cv2 when using OpenCV

This is because python is not able ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 63,600 points
763 views
0 votes
0 answers

How to convert a string to an integer in JavaScript?

How do I convert a string to ...READ MORE

May 2, 2022 in Others by Kichu
• 19,040 points
690 views
0 votes
0 answers

How would you extract data from a MS Project .mpp file?

Closed. This question does not meet Stack Overflow guidelines. ...READ MORE

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

Convert char to int in C and C++

In order to read the value as ...READ MORE

Feb 17, 2022 in Others by Aditya
• 7,680 points
3,825 views
0 votes
1 answer

How can we perform common set operations (union, intersection, minus) in MS Excel?

The MATCH function can be used as ...READ MORE

Mar 31, 2022 in Database by gaurav
• 23,260 points
2,033 views
0 votes
1 answer

How to get the current price of a cryptocurrency on google sheets from coinmarketcap?

Your code does not appear to use ...READ MORE

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

how to Convert EST time to IST time in excel?

Use the following calculation since Indian Standard ...READ MORE

Mar 25, 2022 in Database by gaurav
• 23,260 points
2,290 views
0 votes
0 answers

How to attach a file using mail command on Linux?

I'm on a server running a Linux ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
926 views
0 votes
1 answer

Convert time from EST to UTC in Excel

Here is another formula to add 5 ...READ MORE

Feb 18, 2022 in Selenium by gaurav
• 23,260 points
3,772 views
0 votes
0 answers

How do I redirect to another webpage?

How do I redirect users to a ...READ MORE

May 6, 2022 in Java-Script by narikkadan
• 63,600 points
481 views
0 votes
0 answers

What is the difference between UNION and UNION ALL?

What is the difference between UNION and ...READ MORE

May 1, 2022 in Others by Kichu
• 19,040 points
637 views
0 votes
1 answer

How to get querystring from URL using jQuery?

Thanks. It works foe me :-) READ MORE

May 8, 2021 in Java-Script by anonymous

edited Mar 5 21,409 views
0 votes
0 answers

Hi, I am trying Random Forest on data. when I am fitting "rfr.fit(x_train,y_train)" its giving below error.

ValueError: Expected 2D array, got 1D array ...READ MORE

May 16, 2022 in Data Science by Naresh

edited Mar 4 50 views
0 votes
0 answers

Opening a binary file in VI and XXD

I am attempting to modify the binary ...READ MORE

Apr 13, 2022 in Linux Administration by Rahul
• 9,680 points
1,413 views
0 votes
0 answers

Launch the Brave web browser on Linux using selenium & JavaScript

I am trying to setup a hello ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
1,171 views
0 votes
0 answers

difference between agile model and spiral model

Can anyone explain me the differences between ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
1,128 views
0 votes
0 answers

What's the difference between .so, .la and .a library files?

I know an .so file is a kind of ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,690 points
868 views
0 votes
1 answer

What does "SyntaxError: Missing parentheses in call to 'print'" mean in Python?

This error is generated when one is ...READ MORE

Feb 14, 2022 in Python by Nandini
• 5,480 points
3,933 views
0 votes
0 answers

How can I install Docker on Windows 10 Home?

I was aware that Docker would not ...READ MORE

Apr 20, 2022 in Docker by pranav
• 2,590 points
977 views
0 votes
0 answers

How to determine the velocity of a team member with QA efforts in agile

I would like to understand the calculation ...READ MORE

Apr 20, 2022 in PMP by Edureka
• 13,690 points
1,017 views
0 votes
0 answers

How do I use 'git reset --hard HEAD' to revert to a previous commit?

When I rever this commit: git reset --hard ...READ MORE

May 15, 2022 in Git & GitHub by Kichu
• 19,040 points

edited Mar 4 104 views
0 votes
0 answers

Getting file in hex format - my output vs xxd command output

I'm trying to write a simple program ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
966 views
0 votes
0 answers

Enable AWS RDS Auto Scaling via Cloudformation

I have RDS instances running in my ...READ MORE

Apr 21, 2022 in AWS by Soham
• 9,710 points
1,114 views
0 votes
0 answers

Print multiple arguments in Python

This is my code: print("Total score for %s ...READ MORE

Apr 25, 2022 in Python by Kichu
• 19,040 points
904 views
0 votes
1 answer

Avoid Duplicate Meta Description and Keywords in Next.js

First of all take a deep look ...READ MORE

Feb 22, 2022 in Others by narikkadan
• 63,600 points
3,601 views
0 votes
0 answers

Function for factorial in Python

How do I go about computing a ...READ MORE

Apr 26, 2022 in Python by Edureka
• 13,620 points
574 views
0 votes
0 answers

i am having error in python while working on speech recognition module

import speech_recognition as sr def takecommand(): ...READ MORE

May 14, 2022 in Python by anonymous

edited Mar 4 100 views
0 votes
0 answers

If in Python I put a list inside a tuple, can I safely change the contents of that list?

The value inside the tuple is simply ...READ MORE

Apr 26, 2022 in Python by Edureka
• 13,620 points
571 views
0 votes
1 answer

Compute log loss for logistic regression from scratch

You have made  train_pred as python list. ...READ MORE

Apr 11, 2022 in Machine Learning by Dev
• 6,000 points
1,589 views
0 votes
0 answers

504 Gateway Timeout - Two EC2 instances with load balancer

The problem: I have Amazon EC2 running an ...READ MORE

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

How do I create a bubble chart that is aligned in Tableau?

Put your dimension in the column shelf Put ...READ MORE

Apr 18, 2022 in Tableau by Neha
• 9,020 points
1,408 views
0 votes
1 answer

How can I import a Bitcoin paper wallet key into a bitcoinlib wallet?

Your code should work in the latest ...READ MORE

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

Algorithm used in Excel Fuzzy Lookup

There are two data sets that must ...READ MORE

Apr 6, 2022 in Database by gaurav
• 23,260 points
1,723 views