Trending questions in Edureka Community

0 votes
1 answer

Difference between %s and %d in python string formatting??

%s and %d are used for string ...READ MORE

May 28, 2019 in Python by Shabnam
• 930 points
2,979 views
0 votes
1 answer

How can I handle untrusted SSL certificate in Firefox using Selenium Webdriver?

Hello Vartika, you can handle Untrusted SSL ...READ MORE

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

When does billing of my Amazon SNS use begin and end?

Your Amazon SNS billing cycle begins on ...READ MORE

Jul 24, 2019 in AWS by Priyanka
506 views
0 votes
1 answer

keras model.fit_generator() several times slower than model.fit()

You may want to check out the ...READ MORE

May 31, 2019 in Python by SDeb
• 13,300 points
2,852 views
0 votes
1 answer

How to eliminate out outliers in a dataframe?

There are various ways we can replace ...READ MORE

Jul 24, 2019 in Python by Shri
512 views
0 votes
1 answer

i am getting sessionnotcreatedexception in appium

Hi... it says here that Appium cannot ...READ MORE

Jun 27, 2019 in Java by ajs3033
• 7,300 points
1,734 views
0 votes
1 answer

What is SSLdir in Puppet?

Puppet stores its certificate infrastructure in the ...READ MORE

Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
428 views
0 votes
1 answer

Hive Query: Split value

You can use the SUBSTR() in hive ...READ MORE

Jul 25, 2019 in Big Data Hadoop by Paul
461 views
0 votes
1 answer

Copy object in Python

In general, copy.copy() or copy.deepcopy() works perfectly ...READ MORE

Jul 25, 2019 in Python by Tanishq
463 views
0 votes
2 answers

Replacing a row in pandas data.frame

key error. I love python READ MORE

Feb 18, 2019 in Data Analytics by anonymous
13,064 views
0 votes
1 answer

Difference between kubectl apply and kubectl create?

These are two very different approaches. kubectl ...READ MORE

Sep 11, 2018 in Kubernetes by ajs3033
• 7,300 points
14,184 views
0 votes
1 answer

Python table gives NaN when initialized with series

The NaN value you are getting is ...READ MORE

Jul 9, 2019 in Python by Yogi
1,143 views
0 votes
1 answer

Why do we need App in Scala?

Hey, The app is a helper class that ...READ MORE

Jul 24, 2019 in Apache Spark by Gitika
• 65,910 points
491 views
0 votes
1 answer

What is Options in Scala?

Hey, A Scala Option is a kind of ...READ MORE

Jul 26, 2019 in Apache Spark by Gitika
• 65,910 points
404 views
0 votes
1 answer

what are the steps involved in installing puppet on linux?

Below are the steps for installing Puppet ...READ MORE

Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
411 views
0 votes
1 answer

Find outliers in data using R in tableau

Hi Nithin, Follow the below steps: 1. Connect to ...READ MORE

Jun 20, 2019 in Tableau by Cherukuri
• 33,030 points
2,001 views
0 votes
1 answer

What do you mean by Socket Programming?

Socket programming is a way of connecting two ...READ MORE

Jul 14, 2019 in Java by Frankie
• 9,830 points
923 views
0 votes
0 answers

Sqoop exclude tables

How to exclude tables in sqoop if ...READ MORE

Jul 25, 2019 in Big Data Hadoop by Will
490 views
0 votes
1 answer

How is Kubernetes related to Docker?

Though we compare Docker Vs Kubernetes, it ...READ MORE

Jul 15, 2019 in Kubernetes by Sirajul
• 59,230 points
875 views
0 votes
0 answers
+1 vote
2 answers

How can we count TRUE values in a logical vector?

Hi, You can get a count of all ...READ MORE

Aug 21, 2019 in Data Analytics by anonymous
• 33,030 points
9,769 views
0 votes
0 answers

How to add color legend for box plots in R?

How to add color legend for box ...READ MORE

Jul 4, 2019 in Data Analytics by keerthi
1,418 views
0 votes
1 answer

How to process an Array in Scala?

Hi, We can use loop control structures to ...READ MORE

Jul 25, 2019 in Apache Spark by Gitika
• 65,910 points
433 views
0 votes
1 answer

CentOS Error: 64 bit bad ELF interpreter

In my experience, a single yum command will ...READ MORE

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

What is geth and solidity in Blockchain?

geth is a tool used to run a ...READ MORE

Jun 11, 2019 in Blockchain by Rishi
2,406 views
0 votes
1 answer

How to add elements to a list in Python?

To initialize an empty list do this: new_list ...READ MORE

Jul 23, 2019 in Python by Neel
• 3,020 points
517 views
0 votes
0 answers

how to hide and show legends for different geom_plots* in a single ggplot?

how to hide and show legends for ...READ MORE

Jul 23, 2019 in Data Analytics by karthick
567 views
0 votes
1 answer

Query regarding temporary File type conversion of parquet to text

Suppose I have the below parquet file ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Janan
1,117 views
0 votes
1 answer

What are the services running in Hadoop

Below are the services Running in Hadoop Hdfs  yarn mapreduce ozzie zookeeper hive hue hbase impala flume sqoop spark Depending ...READ MORE

Jun 24, 2019 in Big Data Hadoop by deepak
1,811 views
0 votes
1 answer

What are some good web crawlers in Python?

Following are the libraries that can help ...READ MORE

Jul 22, 2019 in Python by Arvind
• 3,040 points
560 views
0 votes
1 answer

How can I refresh a browser window in different ways using Selenium Webdriver?

Hello Piyush, you can refresh a browser ...READ MORE

May 29, 2019 in Selenium by Anvi
• 14,150 points
2,924 views
0 votes
1 answer

Undefined Behaviour in Python

Python evaluates expressions from left to right. ...READ MORE

Jul 15, 2019 in Python by SDeb
• 13,300 points
855 views
0 votes
1 answer

Appending " to a string in Scala

1) Use the concat() function. Refer to the below ...READ MORE

Jul 23, 2019 in Apache Spark by Ritu
513 views
0 votes
3 answers

What are the qualifications required to become java developer?

You need knowledge of below things Data structures Design ...READ MORE

Jul 23, 2019 in Career Counselling by anonymous
4,525 views
0 votes
1 answer

How can I include a JavaScript file in another JavaScript file in Node.js?

In Node.js to include a JavaScript file in ...READ MORE

Jul 31, 2019 by sunshine
• 1,300 points
196 views
0 votes
1 answer

Error: upload failed:Parameter validation failed

You have not mentioned the file you ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
10,794 views
0 votes
1 answer

Does R programming provide support to execute Curl

You can use the RCurl package and ...READ MORE

Jul 19, 2019 in Data Analytics by Zulaikha
• 910 points
708 views
0 votes
1 answer

How do I print this list vertically?

You can try the following code: myList = ...READ MORE

Apr 5, 2019 in Python by SDeb
• 13,300 points
5,220 views
+1 vote
2 answers

Full time or correspondence Course.

Since you will soon complete 2 years’ ...READ MORE

Oct 14, 2019 in Career Counselling by Tanay
• 160 points
620 views
0 votes
0 answers

How do you install spyder on anaconda?

Is there a way to work with ...READ MORE

Jul 24, 2019 in Python by Waseem
• 4,540 points
504 views
0 votes
2 answers

Do you believe success depends more on what you know than on whom you know? [closed]

To think that one can become a ...READ MORE

Sep 11, 2019 in Career Counselling by Sirajul
• 59,230 points
1,069 views
0 votes
1 answer

Generators with plots

Yes, you can. I tried doing it ...READ MORE

Jul 16, 2019 in Python by Wajiha
• 1,950 points
805 views
0 votes
1 answer

Can I blindly jump into using docker in production?

Hey Jasmine If the question was can I ...READ MORE

Jul 23, 2019 in Python by Alia
493 views
0 votes
1 answer

How to Start or Stop a Job in UiPath Orchestrator?

Hi @Misha, you can follow these steps ...READ MORE

Apr 8, 2019 in RPA by Abha
• 28,140 points
5,077 views
0 votes
1 answer

Local and Global parameters rules - python

In python, variables that are only referenced ...READ MORE

Jul 24, 2019 in Python by Alia
450 views
0 votes
1 answer

How can I create an object of WebDriverWait class?

Hey Harman, you can create object of ...READ MORE

Jul 4, 2019 in Selenium by Rashid
1,347 views
0 votes
1 answer

How to create RDD from parallelized collection in scala?

Hi, You can check this example in your ...READ MORE

Jul 4, 2019 in Apache Spark by Gitika
• 65,910 points
1,350 views
0 votes
1 answer

How to install and use myql connector in Python?

You can use pip to search if ...READ MORE

Jul 5, 2019 in Python by Neel
• 3,020 points
1,276 views
0 votes
1 answer

Calculating MoM Variance of a Measure Field using DAX

Create an intermediate calculated column that considers ...READ MORE

Feb 28, 2019 in Power BI by Shubham
• 13,490 points
6,762 views