Trending questions in Edureka Community

0 votes
1 answer

What are some of the things you can monitor in the Spark Web UI?

The stages which are running slow READ MORE

Apr 29, 2021 in Apache Spark by anonymous

edited 5 days ago 3,956 views
0 votes
1 answer

How to check if an element is present in a Django queryset?

Hello @kartik, You can use the following code: if ...READ MORE

May 27, 2020 in Python by Niroj
• 82,840 points
15,176 views
+1 vote
3 answers

What is the difference between rdd and dataframes in Apache Spark ?

Comparison between Spark RDD vs DataFrame 1. Release ...READ MORE

Aug 28, 2018 in Apache Spark by shams
• 3,670 points
43,328 views
0 votes
1 answer

How do I make a PATCH request in PHP using cURL?

Hello @kartik, Use this: curl_setopt($curl, CURLOPT_CUSTOMREQUEST, 'PATCH'); should do it. Hope ...READ MORE

Oct 19, 2020 in PHP by Niroj
• 82,840 points
8,921 views
+1 vote
0 answers

python selenium error: element is not attached to the page document

I am scraping Banggood, the problem is ...READ MORE

Apr 10, 2020 in Selenium by eslam
• 130 points
10,213 views
0 votes
1 answer

Python Error ""ValueError: could not broadcast input array from shape (4) into shape (1000)""

There are better ways of achieving the ...READ MORE

Jun 14, 2019 in Python by Faiza
30,214 views
0 votes
1 answer

How to upload files in Laravel directly into public folder?

Hello @kartik, You can create a new storage ...READ MORE

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

How to remove MySQL root password?

Hello @kartik, You need to set the password ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
11,533 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

Oct 10, 2023 in Power BI by Monika kale

edited 5 days ago 1,791 views
0 votes
0 answers

I am trying to execute a python code

def __init__(self, mode=False, maxHands=2, detectionCon=0.5, trackCon=0.5):        ^ IndentationError: ...READ MORE

May 13, 2021 in Python by 9A 43

edited 6 days ago 9 views
0 votes
1 answer

ValueError: Expected 2D array, got 1D array instead: array=[2 4 7 9].

Hi@akhtar, According to your code, you are trying ...READ MORE

Apr 9, 2020 in Machine Learning by MD
• 95,460 points
17,193 views
0 votes
1 answer

How can I use Power BI on my Ubuntu machine

Hey, @Jublleevdsl, Based on my research, currently, it ...READ MORE

Nov 23, 2020 in Power BI by Gitika
• 65,770 points
7,367 views
0 votes
1 answer

How to change Jenkins default view?

Hi@akhtar, To change the default view in Jenkins you ...READ MORE

Oct 25, 2020 in Jenkins by MD
• 95,460 points
8,624 views
0 votes
1 answer

Error:jQuery scrollTop not working in Chrome but working in Firefox

Hello @kartik, If your CSS html element has the following overflow markup, scrollTop will ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
15,015 views
0 votes
0 answers

getting 404 not found page in react js

I m facing an issue related reloading ...READ MORE

May 12, 2021 in Others by sai

edited 6 days ago 9 views
0 votes
1 answer

Model Form “object has no attribute 'cleaned_data'” in Django?

Hello @kartik, For some reason, you're re-instantiating the ...READ MORE

Apr 29, 2020 in Python by Niroj
• 82,840 points
16,298 views
+2 votes
3 answers

How can we handle authentication popup in Selenium WebDriver using Java

1) By passing user credentials in URL. String ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
29,494 views
0 votes
0 answers

Offers from service based and product based company but profile is different!

I have a background of B.E CSE.I ...READ MORE

May 12, 2021 in Others by anonymous

edited 6 days ago 7 views
0 votes
0 answers

I have to get the data from more than one excel in the file.

Uipath I have to get the data ...READ MORE

May 12, 2021 in RPA by dewrimburak

edited 6 days ago 11 views
0 votes
2 answers

error: Microsoft Visual C++ 14.0 is required

According to your question, it seems that ...READ MORE

Feb 8, 2022 in Java-Script by Rahul
• 9,680 points
1,588 views
0 votes
0 answers
0 votes
1 answer

Removing whitespace from strings in Java

st.replaceAll("\\s+","") removes all whitespaces and non-visible characters (e.g., ...READ MORE

Dec 30, 2020 in Java by Gitika
• 65,770 points
5,665 views
0 votes
1 answer

How to remove a role from Ansible Galaxy?

Hi@akhtar, You need to log in to your ...READ MORE

Aug 28, 2020 in Ansible by MD
• 95,460 points
11,020 views
0 votes
0 answers

how can I make this code without built in function(sort,sorted) ?

class KeyIndex:     def __init__(self, a):         self.k = a     def search(self, ...READ MORE

May 11, 2021 in Python by anonymous

edited 6 days ago 7 views
0 votes
1 answer

How can I get all the request headers in Django?

Hello @kartik,  You can use request.headers to access the HTTP ...READ MORE

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

I have got Error: The element type "classes" must be terminated by the matching end-tag "</classes>". in my XML code

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd"> <suite name="Loan ...READ MORE

May 11, 2021 in Software Testing by Navnath

edited 6 days ago 13 views
0 votes
2 answers

Resolving PKIX path building failed Error?

You need to add the certificate for App2 to ...READ MORE

Sep 24, 2018 in Java by Sushmita
• 6,920 points
43,459 views
+1 vote
1 answer

How to host a dynamic website on aws?

For hosting a dynamic website on AWS, ...READ MORE

Jan 27, 2020 in AWS by Oliver
20,192 views
0 votes
1 answer

How to get “value” of file upload input field in jquery?

Hello @kartik, Yes ,you can read the value ...READ MORE

Jul 8, 2020 in Java-Script by Niroj
• 82,840 points
13,226 views
0 votes
0 answers

Memory error while doing coding on edabit ?

500 Internal error: { Error: (HTTP code 500) server ...READ MORE

May 10, 2021 in Ask us Anything! by Stuti

edited 6 days ago 12 views
0 votes
1 answer

'str' object has no attribute 'read'

Hi@zena, In the below section you are trying ...READ MORE

Jun 29, 2020 in Python by MD
• 95,460 points
13,620 views
0 votes
1 answer

How to output text from database with line breaks in a django template?

Hello @kartik, Use linebreaks or linebreaksbr filter: {{ text|linebreaks }} Or surround the text ...READ MORE

Jun 24, 2020 in Python by Niroj
• 82,840 points
13,792 views
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 9,038 views
0 votes
1 answer

How to save image from url with curl PHP?

Hello @kartik, try this: function grab_image($url,$saveto){ ...READ MORE

Nov 14, 2020 in PHP by Niroj
• 82,840 points
7,605 views
0 votes
1 answer

Where can I find the Jenkins artifacts?

It is being archived on the master ...READ MORE

Oct 15, 2020 in Jenkins by Kim
8,893 views
+1 vote
2 answers

[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'

Hey @Sitara,   I just found it is because ...READ MORE

Jan 22, 2019 in Ansible by Naina
23,341 views
0 votes
0 answers

Why can't I use Screen from turtle module ?

TypeError: '_Screen' object is not callable READ MORE

May 9, 2021 in Python by anonymous

edited 6 days ago 9 views
0 votes
0 answers

Types of cyberattack

Cyber attacks types and how to prevent ...READ MORE

May 9, 2021 in Cyber Security & Ethical Hacking by anonymous

edited 6 days ago 10 views
0 votes
1 answer

13) The two data sources that telecom operators can leverage for Analytics are __________

A Network and Source data READ MORE

Jun 21, 2021 in Data Analytics by anonymous

edited 5 days ago 2,396 views
0 votes
1 answer

How to remove a worker node from the docker swarm cluster?

Hi@akhtar, To remove a worker node from the ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
5,802 views
0 votes
1 answer

Error:mysql_config not found when installing mysqldb python interface

Hello @kartik, MySQLdb is a python interface for ...READ MORE

May 27, 2020 in Python by Niroj
• 82,840 points
14,919 views
0 votes
0 answers

wish to read Data stored in div

Dear All Data is dumped in div basically insert ...READ MORE

May 8, 2021 in PHP by Prajakta

edited 6 days ago 10 views
0 votes
1 answer

How to run multiple test cases using TestNG Test Suite in Selenium?

Hi Neerja, to run multiple test cases ...READ MORE

May 22, 2019 in Selenium by Abha
• 28,140 points
30,961 views
0 votes
1 answer

ImportError: No module named 'pyspark'

Hi@akhtar, By default pyspark in not present in ...READ MORE

May 6, 2020 in Apache Spark by MD
• 95,460 points
15,796 views
0 votes
1 answer

How to “pretty” format JSON output in Ruby on Rails?

Hello @kartik, Use the pretty_generate() function, built into later versions ...READ MORE

Jul 24, 2020 in Java-Script by Niroj
• 82,840 points
12,368 views
0 votes
2 answers

Couldn't sign to Chrome with selenium

Yes. I have spent my whole day ...READ MORE

Aug 25, 2020 in Selenium by anonymous
13,689 views