Trending questions in Edureka Community

0 votes
1 answer

Write automation script to submit a form on a webpage using Webdriver?

Hey Riya, you can use following code ...READ MORE

May 29, 2019 in Selenium by Abha
• 28,140 points
1,268 views
0 votes
1 answer

Create 3*4 array of random numbers - Python

To create different arrays like random arrays:  np.random.rand(3,4) ...READ MORE

May 24, 2019 in Python by Umer
1,480 views
+1 vote
1 answer

Why do we use STORE command in pig?

Hey, We use store command to store the ...READ MORE

May 7, 2019 in Big Data Hadoop by Gitika
• 65,910 points
2,175 views
0 votes
1 answer

How can i import the csv/excel files into my contract and record the transaction ?

You can not directly import an excel/csv ...READ MORE

Apr 16, 2019 in Blockchain by Omkar
• 69,210 points
3,130 views
0 votes
3 answers

What are top tools or technologies for career in Data visualization domain?

A few of them are Power BI, ...READ MORE

Jul 23, 2019 in Career Counselling by anonymous
752 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
615 views
0 votes
1 answer

Why CREATE EXTERNAL keyword is used in Hive?

Hey, The create external keyword is used to create a ...READ MORE

May 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,877 views
0 votes
1 answer

Parameter to choose all values

HI Anitha, [Replace category with sub categories] Follow the ...READ MORE

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

adding elements to empty set

Adding elements to a Set: Elements can be ...READ MORE

Jun 13, 2019 by Nisa
• 1,090 points
609 views
0 votes
1 answer

How to use Python Scripts in Query Editor?

Hi, In order to use Python Visuals you need ...READ MORE

Apr 11, 2019 in Power BI by Avantika
• 1,520 points
3,367 views
0 votes
1 answer

Tableau - Grouping

Hi Prakash, 1. Create a visual with all ...READ MORE

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

Explain what is WebDAV in Hadoop?

Hey, To support editing and updating files WebDAV ...READ MORE

Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
732 views
0 votes
0 answers
0 votes
1 answer

SerializationException:Start of structure or map found where not expected: API Gateway to Step function

Use escape character for your parameters as ...READ MORE

Aug 29, 2018 in AWS by Priyaj
• 58,090 points
13,049 views
0 votes
1 answer

How to use categorical variables in Matplotlib?

Many times you want to create a ...READ MORE

May 27, 2019 in Python by Lisha
1,329 views
0 votes
1 answer

SQL - update table with null values in row.

Hi Sindhu, Before loading the data and fields from ...READ MORE

Apr 2, 2019 in Tableau by Cherukuri
• 33,030 points
3,709 views
0 votes
1 answer

Returning the outputs from a CloudFormation template with Boto?

Are you asking how to list the ...READ MORE

May 22, 2019 in AWS by Archana
• 5,640 points
1,555 views
0 votes
1 answer

Give constant values to a column or field

Hi Priyanka, You can use a measure to ...READ MORE

May 17, 2019 in Power BI by anonymous
• 33,030 points
1,771 views
0 votes
1 answer

How to configure the Hadoop cluster with proxyuser for the Oozie process?

Hey, The following two properties are required in ...READ MORE

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

Hive Server 2 configuration for Kerberos Secured Cluster

Hi @Rasheed. You are right, to enable ...READ MORE

Jun 3, 2019 in Big Data Hadoop by Esha
1,023 views
0 votes
1 answer

How to submit bundle features in Oozie?

Hey, You can use this example to learn ...READ MORE

Jun 17, 2019 in Big Data Hadoop by Gitika
• 65,910 points
408 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
578 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
457 views
0 votes
1 answer

Connecting AWS EC2 instance using Java

An Amazon EC2 instance is just like ...READ MORE

Mar 28, 2019 in AWS by Disha
3,915 views
0 votes
2 answers

Installing jenkins with Docker

You should have docker properly installed on ...READ MORE

Aug 5, 2019 in Docker by Sirajul
• 59,230 points
669 views
0 votes
1 answer

Is it possible to create a custom docker image from a running docker container?

Yes you can create a custom docker ...READ MORE

Jun 7, 2019 in Docker by Sirajul
• 59,230 points
836 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
571 views
0 votes
2 answers

What is the job role of a AWS Java Developer?

Hey, Jobs role for AWS Java developers are as ...READ MORE

May 22, 2019 in Career Counselling by Gitika
• 65,910 points
4,766 views
0 votes
1 answer

What are the assertion methods used by JUnit to write Selenium scripts?

@Vinay, JUnit provide these assertions to write ...READ MORE

Jun 12, 2019 in Selenium by Zubin
647 views
0 votes
1 answer

how do i change string to a list?

suppose you have a string with a ...READ MORE

May 21, 2019 in Python by Mohammad
• 3,230 points
2,744 views
0 votes
1 answer

Moving files from one folder to multiple folders using UIPath

By "we need to distribute the files ...READ MORE

Jun 3, 2019 in RPA by Abha
• 28,140 points
993 views
0 votes
1 answer

How to find count/length of dictionary values of list?

You should have used d.itervalues() instead and ...READ MORE

May 13, 2019 in Python by John
1,902 views
0 votes
1 answer

Disadvantages of using PyMob

There are many disadvantages of using PyMob: The framework ...READ MORE

May 31, 2019 in Python by Tamanna
1,115 views
+1 vote
2 answers

Integrating web3 from Metamask: "ReferenceError: window is not defined" error

You can't use MetaMask on server-side because ...READ MORE

Oct 10, 2018 in Blockchain by Omkar
• 69,210 points
6,615 views
0 votes
1 answer

Mention Job Flow parameter in Oozie?

Hey, You can use this job flow parameter ...READ MORE

Jun 17, 2019 in Big Data Hadoop by Gitika
• 65,910 points
383 views
0 votes
2 answers

Changing job after 3 years of experience?

Hi, It is a very good time to ...READ MORE

May 20, 2019 in Career Counselling by Gitika
• 65,910 points
3,956 views
0 votes
1 answer

Example of Logistic regression with python code

Have a look at this: import csv import ...READ MORE

May 13, 2019 in Machine Learning by Jinu
1,906 views
0 votes
0 answers

How can we read a text file in a list in python?

Can you give the sample code as ...READ MORE

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

How do I view a metric across all dimensions while viewing Load Balancer metrics using the CloudWatch console?

Follow these steps: Open the CloudWatch console In the ...READ MORE

May 17, 2019 in AWS by Haseeb
1,712 views
0 votes
1 answer

Can you explain what is the difference between UNION and Join?

Hi Sahana,  I got your doubt, Checkout these ...READ MORE

May 30, 2019 in Database by sampriti
• 1,120 points
1,149 views
+1 vote
1 answer

How do i share a session in Automation Anywhere?

You can create a hierarchy of TaskBot ...READ MORE

May 14, 2019 in RPA by Iffath
• 560 points
1,797 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
372 views
0 votes
1 answer

How To use R Integration in Power BI?

Hi,  There are a lot of packages available ...READ MORE

May 3, 2019 in Power BI by Avantika
• 1,520 points
2,350 views
0 votes
1 answer

Cost of storing AMI

You are only charged for the storage ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,090 points
14,395 views
0 votes
1 answer

Why is it necessary to rename the zoo_sample.cfg with zoo.cfg in zookeeper?

Hey, The main reason why we need to ...READ MORE

May 28, 2019 in Big Data Hadoop by Gitika
• 65,910 points
1,269 views
0 votes
1 answer

Power Query : making HTTP POST request with form data

Try Using Uri.BuildQueryString and Json.Document let ...READ MORE

Feb 14, 2019 in Power BI by Upasana
• 8,620 points
5,678 views
–1 vote
3 answers

Which tech field is in demand in upcoming years?

Below are the hot or trendy words or ...READ MORE

Jul 15, 2019 in Career Counselling by anonymous
578 views
0 votes
1 answer

Flatten 2D list in Python

Here's an example for you: mat = [[10, ...READ MORE

Jun 11, 2019 in Python by Adi
614 views
0 votes
1 answer

Is it better to use TestNG Suite Test than using JUnit Suite Test?

Hi Zaid, Suites are used to execute multiple ...READ MORE

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

example of creating a stacked bar plot with error bars using the bar function

Have a look at this: import numpy as ...READ MORE

May 27, 2019 in Python by Kunal
1,259 views