Trending questions in Edureka Community

0 votes
1 answer

Error:No module named MySQLdb

Hii @kartik, Try this code: pip install PyMySQL and then ...READ MORE

Jun 26, 2020 in Python by Niroj
• 82,840 points
15,617 views
0 votes
2 answers

Uncaught TypeError: Cannot read property 'setState' of undefined

Use this.delta() = this.delta.bind(this); in place of this.delta. ...READ MORE

Aug 22, 2020 in CSS by Abhishek
15,151 views
0 votes
1 answer

How to upload and Save Files with Desired name using php?

Hello, You can try this, $info = pathinfo($_FILES['userFile']['name']); $ext = ...READ MORE

Nov 4, 2020 in PHP by anonymous
• 82,840 points
9,911 views
0 votes
0 answers

DEVOPS + AWS + LINUX how much starting package will i get.

I am confused which path should I ...READ MORE

Jun 22, 2021 in Linux Administration by Mr.Y

edited Mar 4 8 views
0 votes
1 answer

How to configure XAMPP to send mail from localhost?

Hello @kartik, You can send mail from localhost ...READ MORE

Sep 14, 2020 in PHP by Niroj
• 82,840 points
12,077 views
0 votes
0 answers

"Turtle object has no attribute title"

import turtle screen = turtle.Turtle() screen.title("First Turtle by Rubayet") ...READ MORE

Jun 20, 2021 in Python by Rubayet

edited Mar 4 13 views
0 votes
1 answer

ModuleNotFoundError: No module named 'sqlalchemy'

Hi@akhtar, You need to install sqlalchemy module in your condo ...READ MORE

Jun 26, 2020 in Python by MD
• 95,460 points
15,482 views
+2 votes
1 answer

error: no configuration has been provided, try setting KUBERNETES_MASTER environment variable

Hi@akhtar, When you try to connect your kubernetes ...READ MORE

May 19, 2020 in Kubernetes by MD
• 95,460 points
17,003 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 11 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 9 views
0 votes
2 answers

Python error “ImportError: No module named”

use the dir() function for particular import ...READ MORE

Jun 6, 2020 in Python by sahil
• 500 points
16,284 views
0 votes
1 answer

How to compare two files using Ansible?

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

Sep 17, 2020 in Ansible by MD
• 95,460 points
11,839 views
+1 vote
1 answer

How to create a file and save it to a model's FileField in Django?

Hello @kartik, Basically, a field declared as a FileField, ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
15,205 views
0 votes
1 answer

How to change a Django form field to a hidden field?

Hello @kartik, If you have a custom template ...READ MORE

Jul 29, 2020 in Python by Niroj
• 82,840 points
14,007 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
7,944 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,328 views
0 votes
1 answer

What is the purpose of shuffling and sorting phase in the reducer in Map Reduce?

Hi@akhtar, Shuffle phase in Hadoop transfers the map output from ...READ MORE

Dec 20, 2020 in Big Data Hadoop by MD
• 95,460 points
7,755 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 14 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 6 days ago 4,850 views
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
10,924 views
0 votes
1 answer

ERROR 1227 (42000): Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation.

Hi, You can follow some steps to remove ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,770 points
31,481 views
+1 vote
1 answer

Error:Pandas read_csv low_memory and dtype options

Hello @kartik, Try this: dashboard_df = pd.read_csv(p_file, sep=',', error_bad_lines=False, ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,840 points
15,510 views
0 votes
1 answer

error on branch master nothing to commit, working directory clean, when try to commit my changes.

Hi@akhtar,  If you already have a .git/ folder ...READ MORE

Apr 10, 2020 in Git & GitHub by MD
• 95,460 points
18,694 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,257 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 13 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 10 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,741 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 8 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 11 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,446 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 8 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,091 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 10 views
0 votes
0 answers

NameError: name '_train' is not defined

Mar 30, 2020 in Machine Learning by anonymous
• 120 points
3,144 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,488 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 9 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
606 views
0 votes
1 answer
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,520 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 11 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,720 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
6,959 views
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,522 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,119 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 9 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,630 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 14 views