Trending questions in Edureka Community

0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,460 points
11,053 views
0 votes
1 answer

fedora Image is booted and active, but what is the username and password to login to the terminal in OpenStack?

You need to create a keypair in ...READ MORE

Jan 25, 2022 in OpenStack by Chu

edited Mar 5 4,967 views
0 votes
0 answers

The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

I couldn't figure out the problem. here my ...READ MORE

Dec 17, 2020 in Python by muammer
• 120 points
8,021 views
0 votes
1 answer

Error:“CSRF token missing or incorrect” while post parameter via AJAX in Django

Hello @kartik, The simplest way to include the {{csrf_token}} value ...READ MORE

Aug 13, 2020 in Python by Niroj
• 82,840 points
13,424 views
0 votes
0 answers

devops engineer comes under which role

while creating a naukri profile it was ...READ MORE

Jun 19, 2021 in DevOps & Agile by vishnu

edited Mar 4 40 views
0 votes
0 answers

MYSQL CONNECTOR ISSUE

I AM TRYING TO CONNECT MYSQL(8.0) AND ...READ MORE

Jun 19, 2021 in Python by anonymous

edited Mar 4 34 views
0 votes
1 answer

How to Build Resume?

I really enjoyed reading this post enough ...READ MORE

Dec 31, 2020 in Ask us Anything! by BihresellerResellerHosting
• 120 points

edited Dec 31, 2020 by MD 7,357 views
0 votes
1 answer

How to remove all special characters from a string?

Hello @kartik, This should do what you're looking ...READ MORE

Sep 17, 2020 in PHP by Niroj
• 82,840 points
11,861 views
0 votes
0 answers

string is upper case and do not use | symbol in a string and replace with the Space

Text ------ Ajithehksiwmea|jue789|8jmlfd How to write dax cal? READ MORE

Jun 18, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 43 views
0 votes
0 answers

Is it possible to scrape website using anti-bot?

Hi, I am using python-selenium to scrape ...READ MORE

Jun 17, 2021 in Selenium by Dharmendra

edited Mar 4 46 views
0 votes
1 answer

How to pass arguments to addEventListener listener function?

Try this: const someInput = document.querySelector('button'); someInput.addEventListener('click', myFunc, false); someInput.myParam ...READ MORE

Sep 23, 2020 in Java-Script by Niroj
• 82,840 points
11,541 views
0 votes
0 answers

Im confused about this error in python

When i type this def books_available(books):     """Show ...READ MORE

Jun 17, 2021 in Python by robert

edited Mar 4 39 views
0 votes
1 answer

How to skip execution of a task in ansible playbook ??

Define tags...  Then while running playbook use --skip-tags. READ MORE

Sep 30, 2020 in Ansible by Adil
11,199 views
0 votes
0 answers

How can I fetch the data of one table by joining the other tables in django?

Need help in making a query, i ...READ MORE

Jun 17, 2021 in Python by anonymous

edited Mar 4 35 views
0 votes
0 answers

classification report

Hi, I execute the decision tree algorithm ...READ MORE

Jun 16, 2021 in Machine Learning by anonymous

edited Mar 4 30 views
0 votes
0 answers

KNN on breast cancer

Hi, I am performing a KNN classifier ...READ MORE

Jun 16, 2021 in Machine Learning by anonymous

edited Mar 4 44 views
0 votes
0 answers

NameError: name '_train' is not defined

Mar 30, 2020 in Machine Learning by anonymous
• 120 points
3,219 views
0 votes
0 answers

jenkins status green checkmark

Why do I see green check mark ...READ MORE

Jun 15, 2021 in Others by Sabyasachi

edited Mar 4 35 views
0 votes
1 answer

How to copy multiple files to remote system using Ansible Playbook?

Hi@akhtar, You can use the copy module in ...READ MORE

Sep 16, 2020 in Ansible by MD
• 95,460 points
11,667 views
+1 vote
0 answers

How can i start my AWS - glue job from my java application

i want to start and stop my ...READ MORE

Jul 15, 2019 in AWS by Dhanesh
1,525 views
0 votes
1 answer
0 votes
1 answer

How to run a playbook from a specific task in Ansible?

Hi@akhtar, The --start-at-task option allows you to start ...READ MORE

Sep 15, 2020 in Ansible by MD
• 95,460 points
11,658 views
+1 vote
0 answers

Automation test scripts are failing in linux

Hi Team, All test script are running properly ...READ MORE

May 28, 2021 in Software Testing by Sri
• 3,190 points
644 views
0 votes
0 answers

Packer build amazon-ebs: sudo: puppet: command not found

My environment is: $ packer -version 1.7.2 While ...READ MORE

Jun 12, 2021 in Others by anonymous

edited Mar 4 37 views
0 votes
1 answer

How to read data from a file in Terraform?

Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE

Jul 27, 2020 in Terraform by MD
• 95,460 points
13,797 views
0 votes
1 answer

Unsupported major.minor version 52.0

The issue is because of a Java ...READ MORE

Dec 30, 2020 in Java by Gitika
• 65,770 points
7,032 views
0 votes
2 answers

How can I write code to find a palindrome in python without using string functions?

x="malayalam" y="" for i in x: ...READ MORE

Nov 3, 2020 in Python by Thangaraj
23,647 views
0 votes
0 answers

What’s the difference between SelectorsHub and chropath in selenium?

What’s the difference between SelectorsHub and chropath ...READ MORE

Jun 10, 2021 in Selenium by anonymous

edited Mar 4 44 views
0 votes
1 answer

Error:Laravel Method paginate does not exist

Hello @kartik, Try this: Dispatch::all() => Returns a Collection Dispatch::all()->where() => Returns a Collection Dispatch::where() => ...READ MORE

Dec 2, 2020 in JQuery by Niroj
• 82,840 points
8,211 views
0 votes
1 answer

How to create a user in Django?

Hello @kartik, The correct way to create a ...READ MORE

Aug 17, 2020 in Python by Niroj
• 82,840 points
12,844 views
+1 vote
2 answers

How can I drop columns by name in a data frame ?

We can Drop Columns by name in ...READ MORE

Apr 14, 2018 in Data Analytics by zombie
• 3,790 points
28,732 views
+1 vote
1 answer

'utf-8' codec can't decode byte 0xa9 in position 12527: invalid start byte

Hello, You can always safely read in binary ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
14,916 views
0 votes
0 answers

Moving files based on file-name to designated folder with same name

Hi everyone, I am working on a AWS ...READ MORE

Jun 9, 2021 in Cloud Computing by anonymous

edited Mar 4 41 views
0 votes
1 answer

How to get image from resources in Laravel?

Hello @kartik, You can make a route specifically ...READ MORE

Oct 28, 2020 in Laravel by Niroj
• 82,840 points
9,632 views
0 votes
1 answer

How to get all the users except current logged in user in laravel eloquent?

Hello @kartik, You can get the current user's ...READ MORE

Dec 8, 2020 in Laravel by Niroj
• 82,840 points
7,843 views
0 votes
0 answers

How to get 3 digits from number using dax

pathnum 456 836 294 M46 Using DAX based on pathnum retrieve 3 ...READ MORE

Jun 8, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 49 views
0 votes
2 answers

how to execute a shell script post build step in Jenkins?

You could use the Post Build Task Plugin ...READ MORE

Jul 31, 2019 in Jenkins by Sirajul
• 59,230 points
30,022 views
0 votes
1 answer

ModuleNotFoundError: No module named 'cPickle'

Hi@akhtar, There is no cPickle module in Python 3. ...READ MORE

Jul 14, 2020 in Machine Learning by MD
• 95,460 points
14,177 views
0 votes
0 answers

Show Input Fields Values On a Button's onClick in React

I've made a simple resume portal. What ...READ MORE

Jun 7, 2021 in Web Development by soloLearner

edited Mar 4 47 views
0 votes
0 answers

CAN I DO OSCP,CEH,SSCP,CISSP,CISA,CISM cerification after 12th science (PCM)?

Government has passed 12th boards ( mass ...READ MORE

Jun 7, 2021 in Cyber Security & Ethical Hacking by anonymous

edited Mar 4 42 views
0 votes
1 answer

How to delete all cookies of my website in php?

Hello @kartik, This will unset all of the ...READ MORE

Oct 27, 2020 in PHP by Niroj
• 82,840 points
9,631 views
0 votes
1 answer

How do I execute multiple SQL statements at once? - Python

You can use sqlite3 module. Have a ...READ MORE

Jun 20, 2019 in Python by Travis
30,982 views
0 votes
0 answers

how to extract job information from LinkedIn

when I want to use 'add table ...READ MORE

Jun 6, 2021 in Power BI by Farhad

edited Mar 4 41 views
0 votes
1 answer

How to pull a docker image using Ansible playbook?

Did you try using this? https://docs.ansible.com/ansible/latest/colle ...READ MORE

Nov 5, 2020 in Ansible by undermink
11,186 views
0 votes
0 answers

send automatically

I have few child wallets and a ...READ MORE

Jun 6, 2021 in Blockchain by Hamed

edited Mar 4 29 views
0 votes
0 answers

missing value where TRUE/FALSE needed

Hello, I have the following error: Error in while ...READ MORE

Jun 6, 2021 in Data Analytics by Anri

edited Mar 4 39 views