Latest questions in Edureka Community

0 votes
1 answer

KPI - Tableau

Create a calculated field as below, IF ZN(SUM([Sales])) ...READ MORE

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

Stacked bar chart

Yes, It is possible. Let me take an ...READ MORE

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

Unique fields data

Hey, use below calculated field - { FIXED ...READ MORE

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

Change Axis base line

Hi Anitha, Right click on the field label ...READ MORE

Jun 18, 2019 in Tableau by anonymous
• 33,030 points
439 views
0 votes
0 answers

What does a ternary conditional operator do in python?

Can you give an example using a ...READ MORE

Jun 17, 2019 in Python by Waseem
• 4,540 points
531 views
0 votes
0 answers

Does python support encapsulation?

If it does, how is it any ...READ MORE

Jun 17, 2019 in Python by Waseem
• 4,540 points
572 views
0 votes
2 answers

Check if there exists two elements in the array whose sum is equal to the sum of the entire array

You can try something like this Harsh: def ...READ MORE

Jun 17, 2019 in Python by Ayman
3,359 views
0 votes
1 answer

pipe to clipboard using Bash

Try xclip; xclip - command line interface to ...READ MORE

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

Tableau - columns as values

Hi Sindhu, You can do in 2 ways ...READ MORE

Jun 18, 2019 in Tableau by manoj
642 views
0 votes
0 answers

Python error "IndexError: list index out of range"

I am trying to execute the following ...READ MORE

Jun 17, 2019 in Python by Alok
7,229 views
0 votes
1 answer

Calculate sum for a set vs group

Hi Rahul, You can only show the sum ...READ MORE

Jun 18, 2019 in Tableau by anonymous
• 33,030 points
550 views
+1 vote
2 answers

Python error "Python: can't assign to literal"

The way you're assigning variables is not ...READ MORE

Jun 17, 2019 in Python by Priya
15,147 views
+1 vote
1 answer

How to Automate OutOfMemoryError Troubleshooting?

Troubleshooting OutOfMemoryError or any memory related problem ...READ MORE

Jun 18, 2019 in Others by Jim
• 810 points
632 views
+1 vote
9 answers

Python error "IndentationError: expected an indented block"

Python requires its code to be indented ...READ MORE

Jun 17, 2019 in Python by Varun

edited Jun 17, 2019 321,738 views
+1 vote
1 answer

What will happen if you have forgotten to stop an instance on AWS?

EC2 is a service by Amazon where ...READ MORE

Jun 17, 2019 in AWS by ArchanaNagur
• 2,360 points
1,225 views
+1 vote
1 answer

What is Node.js? I want a clear understanding about it.

Node.js is a runtime environment which allows ...READ MORE

Jun 17, 2019 in Others by ArchanaNagur
• 2,360 points
751 views
+1 vote
0 answers

Can't call contract function in Remix in Web3 provider mode, but it works in Javascript VM

A simple contract for addition, an error ...READ MORE

Jun 15, 2019 in Blockchain by XHQ
2,283 views
0 votes
1 answer
0 votes
1 answer

Overall CPU usage (%)

top -bn2 | grep "Cpu(s)" | \ ...READ MORE

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

Reconstruct an array by replacing every element with a[[i-1]%K] - Python

Hey varsha, Have a look at this ...READ MORE

Jun 14, 2019 in Python by Miya
1,187 views
0 votes
1 answer

Why and when to use Node.js?

The major reason why they are going ...READ MORE

Jun 14, 2019 in Others by sunshine
• 1,300 points

edited Jun 14, 2019 by sunshine 781 views
0 votes
0 answers

How can I find the files and skip the directories using os.listdir in python?

When I am using os.listdir I am ...READ MORE

Jun 14, 2019 in Python by Waseem
• 4,540 points
577 views
0 votes
0 answers

What is the procedure to list all the files in the directory?

How am i supposed list all the ...READ MORE

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

Is it possible to directly go for AWS professional certification exam without associate certifications?

Yes you can do that- Let me guide ...READ MORE

Jun 14, 2019 in AWS by Damon Salvatore
• 5,980 points
9,447 views
0 votes
1 answer

Length and dimensions of NumPy arrays

The length of NumPy arrays can be ...READ MORE

Jun 14, 2019 in Python by Wajiha
• 1,950 points
1,090 views
0 votes
1 answer

How to check if a website allows web scraping?

To check if a website allows web ...READ MORE

Jun 14, 2019 in Python by Wajiha
• 1,950 points
15,776 views
0 votes
1 answer

Difference between working of Auto-Scaling and ELB?

Well, both are the services offered by AWS, ...READ MORE

Jun 14, 2019 in AWS by ArchanaNagur
• 2,360 points
15,629 views
0 votes
1 answer

related to href

Hey Himanshu, as far as I can ...READ MORE

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

Command use to kill the job in MapReduce.

Hi, The command you can use to kill ...READ MORE

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

How to see the history of Job output-dir in MapReduce?

Hi, You can use this command to the ...READ MORE

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

Command to see the status of MapReduce job?

Hi, You can use this command given below: Syntax: $ ...READ MORE

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

Python array multiply

When you multiply a sequence by X in Python, ...READ MORE

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

How to fill a list?

Consider the usage of extend: >>> l = [] >>> ...READ MORE

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

How to print the counter value in MapReduce?

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

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

How to write a string to amazon s3 bucket?

without creating a file on S3, can ...READ MORE

Jun 14, 2019 in AWS by datageek
• 3,090 points
6,762 views
0 votes
0 answers

Command to initiate MapReduce which provide decent UI?

I am new to MapReduce and want ...READ MORE

Jun 14, 2019 in Big Data Hadoop by Rachna
419 views
0 votes
0 answers

How To Set Up GUI On Amazon EC2 Ubuntu server?

I am quite new to AWS. I ...READ MORE

Jun 14, 2019 in AWS by datageek
• 3,090 points
917 views
0 votes
1 answer

Is there any way to get Firefox working with Selenium WebDriver on Mac OSX

You can try calling the webdriver with ...READ MORE

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

Datanode not running on Hadoop-2.7.3

Hey, I solved this problem by removing hadoop ...READ MORE

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

As a DevOps student, which AWS certification should I consider?

Well let me start with the set ...READ MORE

Jun 14, 2019 in AWS by ArchanaNagur
• 2,360 points

edited Jul 10, 2023 by Khan Sarfaraz 1,394 views
0 votes
1 answer

Hadoop input folder not found?

Hey, This is because the user directory not ...READ MORE

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

Error while converting a list into a numpy array

The only possible reason I could think ...READ MORE

Jun 14, 2019 in Python by Rhea
2,445 views
0 votes
1 answer

What is REST API?

Well let us break the word and ...READ MORE

Jun 14, 2019 in Others by ArchanaNagur
• 2,360 points
1,232 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
29,754 views
0 votes
1 answer

How to Filter a Query?

Hi, You can do the same in Power ...READ MORE

Jun 14, 2019 in Power BI by Avantika
• 1,520 points
462 views
0 votes
1 answer

How do I show more than one data element in a 'card'?

Hi, In order to show more than one ...READ MORE

Jun 14, 2019 in Power BI by Avantika
• 1,520 points
525 views
0 votes
1 answer

What are branches in AWS CodeCommit and how to create one?

To create branches, click on Branches on ...READ MORE

Jun 13, 2019 in AWS by Trisha
1,047 views
0 votes
1 answer

Create repository on AWS CodeCommit

Go to your AWS login page and ...READ MORE

Jun 13, 2019 in AWS by Hannah
773 views
0 votes
1 answer

How can I find out which files differ in two directory trees?

Use this; diff -qr dir1/ dir2/ READ MORE

Jun 13, 2019 in Linux Administration by Upasana
• 8,620 points
589 views
0 votes
1 answer

Create new project on a new organization - Azure DevOps

Create an Azure DevOps Organization. To do ...READ MORE

Jun 13, 2019 in Azure by Kalgi
796 views