Most voted questions in Edureka Community

0 votes
1 answer

Pdf to csv file format conversions

You can convert the pdf files with ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Esha
944 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,144 views
0 votes
1 answer

How to cache data for containers?

Many build tools like maven etc, will ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
2,680 views
0 votes
1 answer

yield keyword in Python

The yield keyword is used along with ...READ MORE

Jul 9, 2019 in Python by Wajiha
• 1,950 points
529 views
0 votes
1 answer

time.sleep() in Python

Sleep function plays a very important role ...READ MORE

Jul 9, 2019 in Python by Wajiha
• 1,950 points
357 views
0 votes
1 answer

Build a container in Jenkins via "docker pipeline plugin"

In order to create a Docker image, ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
8,147 views
0 votes
1 answer

Using a custom registry instead of default dockerhub registry

By default the "Docker pipeline" integrates assumes the ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
805 views
0 votes
0 answers

How to normalize values in fields to show in plots in R?

Hi, I use a dataset called airquality ...READ MORE

Jul 9, 2019 in Data Analytics by sindhu
618 views
0 votes
1 answer

Regarding unstructured data handling in hadoop

There are multiple ways to import unstructured ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Jishan
4,490 views
0 votes
1 answer

create data.frame with random numbers in R

First create a matrix with random numbers ...READ MORE

Sep 24, 2019 in Data Analytics by Debasmita Das
2,749 views
0 votes
1 answer

What is set.seed() in R?

Let me explain in simple words, set seed ...READ MORE

Jul 9, 2019 in Data Analytics by anonymous
• 33,030 points
38,132 views
0 votes
1 answer

Sqoop import error with sqoop job

Please try the below command: sqoop job -create ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Rina
2,273 views
0 votes
0 answers

R plots to show categorical fields in graphs

Which R plots are best to show ...READ MORE

Jul 9, 2019 in Data Analytics by nikita
372 views
0 votes
1 answer

Convert data.frame object into character vector/list

Hi, it is possible to store them ...READ MORE

Jul 9, 2019 in Data Analytics by anonymous
• 33,030 points
6,309 views
0 votes
1 answer

What is list comprehension?

List comprehensions are used for creating new list from another ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
1,006 views
0 votes
1 answer

How do you break out of a while loop in python?

Usually the execution moves out of the ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
674 views
0 votes
1 answer

How to start a docker daemon manually?

The daemon includes many configuration options, which ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
12,121 views
0 votes
1 answer

Provision a docker-machine on Rackspace

When Docker Machine provisions containers on local ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
723 views
0 votes
1 answer

How to mount directories from a docker-machine to my local host?

You could do this using the docker-machine ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
4,538 views
0 votes
1 answer

Sending hdfs file to a non hadoop cluster

There are different ways to do this. ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Tarun
535 views
0 votes
1 answer

Exporting of ORC file to RDBMS using SQOOP

We have to use Sqoop-HCatalog Integration here. ...READ MORE

Jul 9, 2019 in Big Data Hadoop by Rishi
2,376 views
0 votes
1 answer

Why do my services take 10 seconds to recreate or stop?

Docker compose stop attempts to stop a ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
853 views
0 votes
1 answer

I do not get any messages using sns - AWS SNS

I am facing a similar issue. As ...READ MORE

Jul 9, 2019 in AWS by Kyraa
3,284 views
0 votes
1 answer

better way to drop nan rows in pandas

Use dropna: dat.dropna() You can pass param how to drop if all ...READ MORE

Jul 9, 2019 in Python by SDeb
• 13,300 points
4,325 views
0 votes
1 answer

Splitting a column with multiple values in python

Try using the following: df['id'] = df.index+1 df.set_index('id').col_name.str.split(',', expand ...READ MORE

Jul 9, 2019 in Python by SDeb
• 13,300 points
3,092 views
0 votes
2 answers

How can we use JavaScript Executor to click and enter data to a web element in Selenium?

WebElement element = driver.findElement(By.id("abcd")); // Let the ...READ MORE

Mar 22, 2020 in Selenium by Lakshmi Sarvepalli
3,177 views
0 votes
2 answers

How to submit a form in Selenium webdriver if submit button can't be identified?

In addition to flat out submitting the ...READ MORE

Jul 31, 2020 in Selenium by anonymous
17,965 views
0 votes
1 answer

Python error "'str' object has no attribute 'turtle' in Python turtle"

There is a syntax error. Change the ...READ MORE

Jul 9, 2019 in Python by Pallavi
7,096 views
0 votes
1 answer

How to apply wait for new window using Selenium WebDriver?

As sometimes during web automation, when you ...READ MORE

Jul 10, 2019 in Selenium by Vaishali Walia
8,597 views
0 votes
0 answers

How i can print and count all the all element when i search like " Automation step by step" in Google using python selenium

I am trying to count all the ...READ MORE

Jul 9, 2019 in Python by anonymous
• 120 points
1,741 views
0 votes
1 answer

Install MQTT on windows 10

hey @Greg, go to the following link ...READ MORE

Jul 9, 2019 in Others by Mahi
1,252 views
0 votes
1 answer

How to handle payload formats for both iOS and Android through the Azure Notification Hub?

I think your solution is feasible and ...READ MORE

Jul 9, 2019 in Azure by Perry
• 17,100 points

edited Oct 6, 2021 by Sarfaraz 1,602 views
0 votes
1 answer

Azure Table or SQL Azure for storing app data.

Azure tables are cheaper, simpler and scale ...READ MORE

Jul 9, 2019 in Azure by Perry
• 17,100 points
600 views
0 votes
1 answer

Create a circle turtle - Python

Hey its pretty simple. Try this out: food ...READ MORE

Jul 8, 2019 in Python by Manasa
773 views
0 votes
1 answer

How to enable forwarding from docker containers to the outside world?

By default, traffic from containers connected to ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
10,530 views
0 votes
1 answer

Make turtle face a particular direction in python

You can use the the setheading command turtle.setheading(<degrees/radians>) In ...READ MORE

Jul 8, 2019 in Python by Jinu
3,782 views
0 votes
1 answer

What is the way to configure the default bridge network?

To configure the default bridge network, you need to specify ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
1,759 views
0 votes
1 answer

How do I make one turtle follow another turtle in python?

Try something like this: from turtle import Turtle, ...READ MORE

Jul 8, 2019 in Python by Ayushi
4,755 views
0 votes
1 answer

How to revert changes to a service's configuration?

In order to roll back the service ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
1,810 views
0 votes
1 answer

What is the difference between print and pprint in Python?

As per the documentation,  The pprint module provides a capability ...READ MORE

Jul 8, 2019 in Python by Arvind
• 3,040 points
6,421 views
0 votes
1 answer

What is the difference between str() and repr() functions in Python?

str() is mostly used to create output ...READ MORE

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

using docker-compose with docker-swarm : can swarm build an image from a dockerfile?

Yes, you could integrate the two of ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
3,097 views
0 votes
1 answer

Amazon AWS Web Services

If you want to limit your hadoop ...READ MORE

Jul 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
544 views
0 votes
1 answer

Install Hadoop On Ubuntu

I guess it should be at /hadoop/hadoop-common-project/hadoop-common/sr ...READ MORE

Jul 8, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
473 views
0 votes
1 answer

How do I create a service using an image from a private registry?

Hey @Ruby, If your image is available ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
745 views
0 votes
0 answers

How to install KMggplot2 Plugin for Rcmdr in R?

How to install KMggplot2 Plugin for Rcmdr ...READ MORE

Jul 8, 2019 in Data Analytics by nithin
504 views
0 votes
0 answers

RCommander - R

How to plot graphs using RCommander Tool? READ MORE

Jul 8, 2019 in Data Analytics by rahul
351 views
0 votes
1 answer

Error: package or namespace load failed for ‘arulesViz’ in R

I installed package KernSmooth and it seemed ...READ MORE

Sep 4, 2020 in Data Analytics by Chandrakant
• 140 points
1,069 views
0 votes
0 answers

Error: package or namespace load failed in R

Hi, I want to use dplyr package ...READ MORE

Jul 8, 2019 in Data Analytics by ramya
1,352 views
0 votes
1 answer

How to change a node's availability?

Hey @jenny,  You can do the following in ...READ MORE

Jul 8, 2019 in Docker by Sirajul
• 59,230 points
633 views