Trending questions in Edureka Community

0 votes
1 answer

java path not found in window 7

Hey, You can follow these few steps: From the ...READ MORE

Apr 3, 2020 in Java by Gitika
• 65,910 points
918 views
0 votes
1 answer

Ignore the NaN and do the linear regression on remaining values

Yes, you can do this using statsmodels: import ...READ MORE

May 22, 2019 in Machine Learning by Hari
14,613 views
0 votes
2 answers

Python Error "UnicodeEncodeError: 'ascii' codec can't encode character u'\u03b1' in position 20: ordinal not in range(128)"

import csv import sys reload(sys) sys.setdefaultencoding('utf8') data = [["a", "b", u'\xe9']] with ...READ MORE

Jun 28, 2019 in Python by anonymous
13,315 views
0 votes
1 answer

Installing Selenium Webdriver with Python package

Hey Hemant, for installing Selenium Webdriver with ...READ MORE

May 8, 2019 in Selenium by Anvi
• 14,150 points
15,216 views
0 votes
5 answers

Hadoop hdfs: list all files in a directory and its subdirectories

Hi, You can try this command: hadoop fs -ls ...READ MORE

Aug 1, 2019 in Big Data Hadoop by Dinish
17,413 views
0 votes
1 answer

how to generate random numbers and row-count in Tableau

Hi, You can create random numbers using a ...READ MORE

Mar 13, 2019 in Tableau by Cherukuri
• 33,030 points
17,639 views
+1 vote
4 answers

Should I move from an MNC to a Start-Up for good package?

Working for a Startup would definitely give ...READ MORE

Sep 6, 2019 in Career Counselling by Sirajul
• 59,230 points
9,821 views
0 votes
1 answer

What is the difference between spark streaming and spark structured streaming?

Hi@akhtar Generally, Spark streaming  is used for real time ...READ MORE

Feb 4, 2020 in Apache Spark by MD
• 95,440 points
3,461 views
+1 vote
3 answers

How can I remove duplicate dict in list in Python?

[dict(t) for t in {tuple(d.items()) for d ...READ MORE

Aug 15, 2019 in Python by anonymous

edited Aug 20, 2019 by Kalgi 8,986 views
0 votes
2 answers

Insufficient permissions in configuration for importing IIS application pool

Try running the cmd window as administrator. ...READ MORE

Oct 7, 2021 in Other DevOps Questions by Tony D.
3,249 views
0 votes
1 answer

Azure VM Monitoring

Hi, @Mukund, For an Azure Virtual Machine, we ...READ MORE

Apr 6, 2020 in Python by Gitika
• 65,910 points
818 views
0 votes
3 answers

What is Hive? Is Hive a database?

Hive is a data Warehouse infrastructure/system built ...READ MORE

Jul 1, 2019 in Big Data Hadoop by Ved Gupta
22,992 views
0 votes
1 answer

Not able to launch an instance in OpenStack?

Hi@akhtar, You might get this error because you ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,440 points
1,493 views
0 votes
1 answer

How to expose my docker container?

Hi@akhtar, To expose you container from outside you ...READ MORE

Apr 6, 2020 in Docker by MD
• 95,440 points
745 views
0 votes
0 answers

Use inverse transform with deep learning. Conceptual clarity needed

I have built a deep learning model ...READ MORE

Mar 21, 2020 in Python by Anan
• 180 points
1,469 views
0 votes
1 answer

How to keep keys/values in same order as declared?

You can't really do what you want ...READ MORE

Apr 13, 2020 in Python by Niroj
• 82,880 points
419 views
0 votes
1 answer

Kubernetes Error "1 node(s) had taints that the pod didn't tolerate." [closed]

Hey @Sitara, check if all your pods ...READ MORE

Jun 27, 2019 in Kubernetes by Jazz
12,978 views
0 votes
1 answer

How can we redirect to an existing route using ngRoute?

Routing is just another way of fixing some content ...READ MORE

Feb 6, 2020 in Angular by Niroj
• 82,880 points
3,300 views
0 votes
1 answer

How to prevent XSS with HTML/PHP?

Hello, HTML Encoding htmlspecialchars will convert any "HTML special characters" ...READ MORE

Apr 1, 2020 in PHP by Niroj
• 82,880 points
927 views
0 votes
1 answer

What are some real time scenarios where S3 buckets are used in AWS?

It’s a storage drive - S3 simple ...READ MORE

Feb 4, 2020 in AWS by Priyak Dey
3,386 views
0 votes
1 answer

How to create a Base Class in Selenium and use it with test scripts?

Hi Donna, you can use following code ...READ MORE

Jul 18, 2019 in Selenium by Anvi
• 14,150 points
12,086 views
+2 votes
1 answer

Docker ulimit and ServerName errors

I have resolved the issue.  The resolution ...READ MORE

Jan 29, 2020 in Docker by Charles
• 230 points
3,608 views
0 votes
1 answer

How to pass an object from one activity to another on Android?

Hello @kartik, Implement your class with Serializable. Let's ...READ MORE

Apr 8, 2020 in Java by Niroj
• 82,880 points
609 views
0 votes
1 answer

Which will good platform to perform anaconda navigation or other and install the package on anaconda ide

Hey, @Daulat, We use Anaconda Navigator to launch ...READ MORE

Apr 8, 2020 in Python by Gitika
• 65,910 points
615 views
0 votes
1 answer

How can you display the error messages?

Hey, In the HTML form, we add ...READ MORE

Feb 13, 2020 in PHP by Niroj
• 82,880 points
2,978 views
0 votes
1 answer

Error: Unable to run mksdcard SDK tool in java?

Hello, If you use  Ubuntu, you can try: sudo apt-get ...READ MORE

Apr 9, 2020 in Java by Niroj
• 82,880 points
563 views
0 votes
1 answer

How to get details of a webpage like url, title name, domain name etc using Javascript Executor?

Hey Nitya, you can use executeScript() method ...READ MORE

Jul 23, 2019 in Selenium by Abha
• 28,140 points
11,849 views
0 votes
1 answer

"Failed to schedule_prep_resize: No valid host was found." when trying to resize an instance

Hi@akhtar, To avoid this error you have to ...READ MORE

Mar 30, 2020 in OpenStack by MD
• 95,440 points
983 views
0 votes
1 answer

I want to filter datatable in uipath studio based on column names. How can I check whether desired column exists or not?

Hi there, if you want to check ...READ MORE

Oct 11, 2019 in RPA by Abha
• 28,140 points
8,374 views
0 votes
1 answer

ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper.

Hi@akhtar, When you try to start hbase server, ...READ MORE

Mar 30, 2020 in Big Data Hadoop by MD
• 95,440 points
988 views
0 votes
1 answer

ConfigurationException: replication_factor is an option for SimpleStrategy, not NetworkTopologyStrategy

Hi@akhtar, In cassandra there are two types of ...READ MORE

Apr 1, 2020 in Big Data Hadoop by MD
• 95,440 points
897 views
0 votes
2 answers

How do I create a BigQuery Dataset using the console?

1. Open BigQuery 2. Select the project from ...READ MORE

Aug 19, 2020 in GCP by Dev
819 views
0 votes
0 answers

How to access the configmap created on a worker node, in the pod.yaml in Master?

1. Configmap is created on the node1. ...READ MORE

Apr 5, 2020 in Kubernetes by jayabmaguluri
• 140 points
781 views
0 votes
1 answer

What are the different methods of session management in servlets?

Session is a conversational state between client ...READ MORE

Feb 18, 2019 in Java by Frankie
• 9,830 points
18,541 views
+1 vote
1 answer

How to retrieve Received Date, Modified Date and Message ID from each email in Outlook mail?

Hey there, to fetch these properties of ...READ MORE

Nov 8, 2019 in RPA by Abha
• 28,140 points
7,129 views
0 votes
0 answers

How to use version name in Bamboo script

Hi All, We have 3 tasks in our ...READ MORE

Apr 9, 2020 in Other DevOps Questions by Abhishek
• 280 points
603 views
0 votes
1 answer

If the queue items are set to be processed later, which state it is in ?

They are said to be in Deferred ...READ MORE

Apr 13, 2020 in RPA by Sirajul
• 59,230 points
418 views
0 votes
0 answers

how can i add more than one node to mining blocks ??

i created 6 nodes whit one node ...READ MORE

Apr 12, 2020 in Blockchain by Hicham
• 120 points
458 views
0 votes
0 answers

How to return None if Dictionary key is not available?

I need a way to get a ...READ MORE

Apr 13, 2020 in Python by kartik
• 37,510 points
391 views
+1 vote
1 answer

Hi I am unable to see my registered course on my home page

Hey Rushikesh, If you have registered with Edureka, ...READ MORE

Mar 16, 2020 in Others by Sirajul
• 59,230 points
1,555 views
0 votes
1 answer

How to Validate Form Data With PHP?

Hey @kartik, The first thing we will do ...READ MORE

Feb 13, 2020 in PHP by Niroj
• 82,880 points
2,938 views
0 votes
1 answer

I am trying to run following command But I end up with an error :

Hello Nishant, You are getting this error because your ...READ MORE

Apr 9, 2020 in PHP by Niroj
• 82,880 points
513 views
+2 votes
6 answers

How can I change directory or "cd" in Python?

Context Manager: cd import os class cd:     """Context manager for ...READ MORE

Oct 18, 2018 in Python by Nabarupa
27,570 views
0 votes
1 answer

How to read photo using cv2 module in python?

Hi@akhtar, Yes, you can read your image in ...READ MORE

Apr 9, 2020 in Python by MD
• 95,440 points
509 views
0 votes
2 answers

Advantages and Disadvantages of Stored Procedure

https://www.quora.com/What-are-the-advantages-of-using-an-SQL-store ...READ MORE

Apr 29, 2019 in Database by anonymous
19,767 views
0 votes
1 answer

How to add legend or any text on the map in leaflet?

See below example, > p = colorFactor(palette = ...READ MORE

Oct 28, 2019 in Data Analytics by anonymous
• 33,030 points
8,433 views
0 votes
1 answer

TRACE nova.openstack.common.threadgroup OSError: [Errno 2] No such file or directory: ‘/usr/lib/python2.6/site-packages/instances’

Hi@akhtar, As the error shows No such file or ...READ MORE

Mar 27, 2020 in OpenStack by MD
• 95,440 points
1,051 views
0 votes
1 answer

What is the use of Facade Pattern in Laravel?

Hey kartik, Facades provide a static interface to classes that are ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
1,395 views
0 votes
1 answer

How to transfer multiple lines in a file using python?

Hi@akhtar, I don't know it will help you ...READ MORE

Mar 31, 2020 in Python by MD
• 95,440 points
874 views