Most voted questions in Edureka Community

0 votes
0 answers
0 votes
1 answer

Python error "pandas.errors.ParserError: Error tokenizing data"

Pandas do not take .xlsx files. Rename ...READ MORE

Jun 13, 2019 in Python by Rhea
18,720 views
0 votes
1 answer
0 votes
0 answers

How to show a color bar even when no value is present or value is 0?

How to show a color bar even ...READ MORE

Jun 13, 2019 in Power BI by Priya
456 views
0 votes
1 answer

Forecast in Power BI

Hi, You can show a forecast for a ...READ MORE

Jun 13, 2019 in Power BI by anonymous
• 33,030 points
609 views
0 votes
1 answer

numpy all differing from builtin all

Numpy.all does not understands generator expressions. From the ...READ MORE

Jun 13, 2019 in Python by SDeb
• 13,300 points
509 views
0 votes
1 answer

Serving static files on heroku

Try using Amazon s3 for storing static ...READ MORE

Jun 13, 2019 in Python by SDeb
• 13,300 points
2,919 views
0 votes
1 answer

page shelf in tableau

Pages in the tableau are used when ...READ MORE

Jun 13, 2019 in Tableau by anonymous
• 33,030 points
4,880 views
0 votes
1 answer

How can I ignore all test methods using @ignore annotation in JUnit?

@Gavish, if you want to ignore all ...READ MORE

Jun 13, 2019 in Selenium by Tisha
3,402 views
0 votes
0 answers

What is JUnit @ignore test annotation and when it can be used?

What is JUnit @ignore test annotation and ...READ MORE

Jun 13, 2019 in Selenium by Garry
488 views
0 votes
1 answer

What is a callback function?

Callback function is a function which is ...READ MORE

Jun 13, 2019 in Others by sunshine
• 1,300 points
904 views
0 votes
1 answer

How can I run test cases in parallel using TestNG in selenium webdriver?

Hi Sobia, for running test cases in ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
2,171 views
0 votes
1 answer

How to run a group of test cases using TestNG in Selenium Webdriver?

Hey Kajal, TestNG allows you to perform ordered ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
2,711 views
0 votes
0 answers

How can you use html parser in python?

Is it only used while web scraping? What ...READ MORE

Jun 12, 2019 in Python by Waseem
• 4,540 points
395 views
0 votes
1 answer

What exactly is invalid syntax error?

please solve this error   def TakeImages():     Id=(text.get())   ...READ MORE

Jul 20, 2020 in Python by Prince kumar
1,628 views
0 votes
1 answer

Education after Bachelor Of Engineer for java developer

Hey, As you have mentioned that you are working ...READ MORE

Jun 13, 2019 in Career Counselling by Gitika
• 65,910 points
1,640 views
0 votes
1 answer

How can we create data driven framework using TestNG?

Hey Yuvraj, we can create a Data ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
2,086 views
0 votes
1 answer
0 votes
1 answer

How to pass parameter through testng.xml file to a test case in Selenium Webdriver?

Hello Revathi, to pass parameter through testng.xml ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
7,293 views
0 votes
1 answer

How to create a test class with a test method in JUnit to testing framework?

Hi Sargun, first we need to create ...READ MORE

Jun 13, 2019 in Selenium by Nagendra
777 views
0 votes
1 answer

Linux: Efficiently test if a port is Open

$ nc -z <host> <port>; echo $? Use ...READ MORE

Jun 12, 2019 in Linux Administration by Shubham
• 13,490 points
552 views
0 votes
1 answer

127.0.0.1: Could not Determine the server's fully qualified domain name

If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE

Jun 12, 2019 in Linux Administration by Shubham
• 13,490 points
1,707 views
0 votes
1 answer

What are the different types of TestNG listeners in Selenium Webdriver?

Hello Jagrati, some of the TestNG listeners ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
1,629 views
0 votes
1 answer

Difference between webdriver wait and fluent wait in Selenium Webdriver?

Hi Bunty, WebDriverWait is applied on certain ...READ MORE

Jun 12, 2019 in Selenium by Anvi
• 14,150 points
7,589 views
0 votes
1 answer

Add multiple shape for a field value.

Hi, Sagar You cannot add 2 shapes to ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,030 points
1,521 views
0 votes
1 answer

Why are Lists faster than character arrays for string concatenation?

It's true that in the list-append method, ...READ MORE

Jun 12, 2019 in Python by SDeb
• 13,300 points
1,664 views
0 votes
1 answer

What are higher-order functions?

Higher-order functions are those functions that either ...READ MORE

Jul 25, 2019 in Python by Fata
• 1,050 points
751 views
0 votes
1 answer

Is it possible to concatenate QuerySets?

You can start with this- from itertools import ...READ MORE

Jun 12, 2019 in Python by SDeb
• 13,300 points
1,453 views
0 votes
1 answer

Please explain the logic of giving a name to lambda function when it is actually a nameless function?

This is done because these functions are ...READ MORE

Jun 12, 2019 in Python by Wajiha
• 1,950 points
719 views
0 votes
1 answer

Stacked and a independent column

Hi Rahul, Follow the below steps: 1. Create a ...READ MORE

Jun 12, 2019 in Tableau by Cherukuri
• 33,030 points
465 views
0 votes
1 answer

Update automatically

Hi, Nithin When you use a live connection, ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,030 points
496 views
0 votes
1 answer

show recent month data

Create a calculated column as below, IF MONTH([Date]) ...READ MORE

Jun 12, 2019 in Tableau by anonymous
• 33,030 points
444 views
0 votes
1 answer

Radial Progress bar - Tableau

Hi, Its easy and simple procedure, Either you can ...READ MORE

Jun 12, 2019 in Tableau by Cherukuri
• 33,030 points
1,723 views
0 votes
1 answer

Command to get status of all running Oozie workflow

Hey, You can use this command to get ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
5,041 views
0 votes
1 answer

How Oozie prepares Hadoop configuration file?

Hi, Oozie prepares a Hadoop configuration file which ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
859 views
0 votes
1 answer

How kill control node works in Oozie?

Hey, The kill node allows a workflow job to kill ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,275 views
0 votes
1 answer

What is work flow application consists of in Oozie?

Hi, A workflow application consists of the workflow ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
425 views
0 votes
1 answer

What are the features of TestNG which makes it a great testing framework?

Hey Leonard, following are some of the ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
1,350 views
0 votes
1 answer

What are the advantages of TestNG over JUnit framework?

Hey Kimberly, TestNG has many advantages over ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
6,512 views
0 votes
1 answer

How Oozie workflow can be parameterised?

Hi, Oozie workflows can be parameterized. The parameters ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,255 views
0 votes
1 answer

What are the benefits of using Junit testing framework?

Hi Prakhar, some of the benefits of ...READ MORE

Jun 12, 2019 in Selenium by Abha
• 28,140 points
4,244 views
0 votes
1 answer

What is fork Keyword in Oozie? How Fork and Join keyword are related t o each other in Oozie?

Hey, Basically, when we want to run multiple jobs ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,600 views
0 votes
1 answer

What is the necessity of slave node in Oozie workflow?

Hey, A topology runs in a distributed manner, ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
380 views
0 votes
1 answer

Use cases of Apache Oozie?

Hi, Apache Oozie is used by Hadoop system ...READ MORE

Jun 12, 2019 in Big Data Hadoop by Gitika
• 65,910 points
766 views
0 votes
1 answer

Python code to send an email with an attachment

Hi @Vipul, try out this code. I've ...READ MORE

Jun 11, 2019 in Python by Adil
14,523 views
0 votes
1 answer

Python code to send an email message from 1 email id to another

Hi @Deb, try out the following code: import ...READ MORE

Jun 11, 2019 in Python by Picentra
875 views
0 votes
1 answer

Python code to send an email message from my gmail to many others

Hey @Varsha, you can try out the ...READ MORE

Jun 11, 2019 in Python by Travis
856 views
0 votes
1 answer

What start node does in Oozie?

Hey, The start node is the entry point for a ...READ MORE

Jun 11, 2019 in Big Data Hadoop by Gitika
• 65,910 points
435 views