Trending questions in Edureka Community

0 votes
1 answer

Project Finance Management tools

Most of the clients I've worked with ...READ MORE

Aug 4, 2020 in PMP by Melvin
630 views
0 votes
1 answer

How a new Project Management position as a contractor where the project is in the last phase of development (IT project)

As you mentioned it seems like you ...READ MORE

Jul 29, 2020 in PMP by Gitika
• 65,770 points
875 views
0 votes
1 answer

Stop while loop and continue click on next page of table

Hey, @Vishal,  Python provides two keywords that terminate ...READ MORE

Aug 3, 2020 in Python by Gitika
• 65,770 points
726 views
0 votes
2 answers

java.lang.StringIndexOutOfBoundsException: String index out of range: 1

When using the Java substring() method, a ...READ MORE

Mar 13, 2020 in Apache Spark by evanbung
• 180 points
7,746 views
0 votes
1 answer

How to replace all occurrences of a character in a character column in a data frame in R

If you used sub() to replace the ...READ MORE

Jun 29, 2019 in Data Analytics by anonymous
• 33,030 points
18,010 views
0 votes
1 answer

Error:IntegrityError: (1062, "Duplicate entry '1-1-1' for key 'CSID'")

Hello @kartik, Changing index name in ./manage.py sqlall output. You could ...READ MORE

Jul 3, 2020 in Python by Niroj
• 82,840 points
1,986 views
0 votes
1 answer

What are the most important or essential skills of a project manager?

These are the things that should be ...READ MORE

Jul 22, 2020 in PMP by Gitika
• 65,770 points

edited Jul 22, 2020 by Gitika 1,172 views
+1 vote
1 answer

what is the pre-requisite AWS Certified Solutions Architect

Hi, According to AWS, you need to know ...READ MORE

Jul 20, 2020 in AWS by MD
• 95,460 points
1,281 views
0 votes
1 answer

How to deal with a Project Manager with controlling nature?

It depends on whether the Project Manager ...READ MORE

Jul 29, 2020 in Others by Sirajul
• 59,230 points
870 views
0 votes
1 answer

I was written the python program, am getting error message "IndentationError: expected an indented block"

Hi@Thiyagarajan, You have one else block in your ...READ MORE

May 27, 2020 in Python by MD
• 95,460 points
3,593 views
0 votes
2 answers

Database Lock and its types.

Hello Dataking99, A database lock is used to ...READ MORE

Apr 20, 2020 in Database by Niroj
• 82,840 points
18,528 views
0 votes
1 answer

R program: Filter and re-arrange data based on multiple conditions

Hi, You need to create your own customized ...READ MORE

Jul 27, 2020 in Data Analytics by MD
• 95,460 points
1,516 views
0 votes
1 answer

How can I enable CORS on Django REST Framework

Hello @kartik, You can do by using a ...READ MORE

Jul 1, 2020 in Python by Niroj
• 82,840 points
2,060 views
+2 votes
0 answers

Comparing data with the data in excel sheet using Selenium Webdriver

Hello, I have written a code for registration ...READ MORE

Apr 9, 2020 in Software Testing by Kunal
• 140 points
5,597 views
0 votes
1 answer

How to make a single legend for many subplots with matplotlib?

Hello @kartik, There is  nice function get_legend_handles_labels() you can call ...READ MORE

May 7, 2020 in Python by Niroj
• 82,840 points
4,430 views
+1 vote
1 answer

if i given invalid data how to get alert in selenium using java

Hello, Here is some of the method you ...READ MORE

Jul 20, 2020 in Java by Niroj
• 82,840 points
1,253 views
0 votes
1 answer

How do I remove a property from a JavaScript object?

Hello @kartik, The delete operator is used to remove properties ...READ MORE

Jul 27, 2020 in Java-Script by Niroj
• 82,840 points
937 views
0 votes
2 answers

How does Amazon EKS work?

Amazon Elastic Kubernetes Service (Amazon EKS) is ...READ MORE

Aug 13, 2020 in AWS by nbavis
• 380 points
1,008 views
0 votes
1 answer

How can I retrieve previous version data in Git & GitHub!!?

Hi@akhtar, You can use reset command to do ...READ MORE

Jul 19, 2020 in Git & GitHub by MD
• 95,460 points
4,891 views
0 votes
1 answer

How to install Dart in Windows system?

Hi@akhtar, Dart is the programming language used to code Flutter apps. ...READ MORE

Jul 21, 2020 in Others by MD
• 95,460 points
1,194 views
0 votes
1 answer

Python pandas: print all values greater than zero in the dataframe

You can use the following code: df[df > ...READ MORE

May 13, 2019 in Python by Esha
20,001 views
0 votes
1 answer

How to run Gulp tasks sequentially one after the other?

Hello @kartik, By default, gulp runs tasks simultaneously, ...READ MORE

Jul 12, 2020 in Node-js by Niroj
• 82,840 points
1,563 views
0 votes
1 answer

What is the roadmap for becoming a project management professional?

With experience in Analyst role in IT sector, ...READ MORE

Jul 29, 2020 in PMP by Samuel
836 views
0 votes
1 answer

Python: Splitting numPY 2 D Array

For splitting the 2d array,you can use ...READ MORE

Jul 15, 2019 in Python by Siri

edited Oct 7, 2021 by Sarfaraz 17,255 views
0 votes
1 answer

How to convert a DictProxy object into JSON serializable dict?

Hello, Rather than using a private DictProxy method like _getvalue(), I'd ...READ MORE

Apr 15, 2020 in Python by Niroj
• 82,840 points
5,372 views
0 votes
1 answer

-bash: systemctl: command not found

Hi@akhtar, I think systemctl command is not supported ...READ MORE

Jun 8, 2020 in AWS by MD
• 95,460 points
3,053 views
0 votes
1 answer

When is a project a success?

"Real" success needs to tie to the ...READ MORE

Aug 4, 2020 in PMP by Carlos
590 views
0 votes
1 answer

ow can I use Server.MapPath() from global.asax?

Hello @kartik, You could try System.Web.Hosting.HostingEnvironment.MapPath(). No HttpContext required. Hope ...READ MORE

Jul 23, 2020 in Angular by Niroj
• 82,840 points
1,076 views
0 votes
1 answer

How Do I Get the Query Builder to Output Its Raw SQL Query as a String?

Hello @kartik, Use the toSql() method on a QueryBuilder instance. DB::table('users')->toSql() would return: select * ...READ MORE

Jul 22, 2020 in PHP by Niroj
• 82,840 points
1,159 views
0 votes
1 answer

Error:XMLHttpRequest GET not working in React.js

Hello @kartik, You should populate data with AJAX ...READ MORE

Jun 4, 2020 in Angular by Niroj
• 82,840 points
3,192 views
0 votes
1 answer

Stacked chart with dates on X-axis

Hi, @Hacke Regarding your query, you can follow ...READ MORE

Jun 30, 2020 in Power BI by Gitika
• 65,770 points
2,133 views
0 votes
1 answer

Project management in critical condition like crisis (Like coronavirus).

The problem is not project management. The ...READ MORE

Aug 4, 2020 in PMP by Danial
540 views
0 votes
0 answers

Python Online Training

Learn Python and master the most adopted ...READ MORE

Aug 7, 2020 in Python by swapna
• 120 points
1 flag 452 views
+1 vote
1 answer

Is Project Management a good career?

Definitely, project management is a great career ...READ MORE

Jul 23, 2020 in PMP by Sirajul
• 59,230 points
1,022 views
0 votes
1 answer

How do I include a JavaScript file in another JavaScript file?

Hello @kartik, It is possible to dynamically generate ...READ MORE

Jul 27, 2020 in Java-Script by Niroj
• 82,840 points
886 views
0 votes
1 answer

How do I post a form in laravel 5 using ajax?

Hello @kartik, You can solve this error by ...READ MORE

Jun 11, 2020 in Java-Script by Niroj
• 82,840 points
2,868 views
0 votes
1 answer

Is project manager a hard job?

Looks like you are maintaining an unsustainable ...READ MORE

Aug 3, 2020 in RPA by Kiron
596 views
0 votes
1 answer

what is the use of // operator in Python? Can anyone explain?

Hi, @Roshni, It is a Floor Divisionoperator, which ...READ MORE

Jun 23, 2020 in Python by Gitika
• 65,770 points
2,338 views
0 votes
1 answer

How Hot Reload works internally?

Hi@akhtar, When Hot Reload is invoked, the host ...READ MORE

Jul 27, 2020 in Others by MD
• 95,460 points
874 views
+3 votes
11 answers

What is Digital Marketing?

In the simplest terms, achieving a strong ...READ MORE

Oct 23, 2019 in Career Counselling by Michael
2,988 views
0 votes
2 answers

Introduction

Hi, @GurwinderKaur,  Glad to have you on the ...READ MORE

Jul 27, 2020 in Ask us Anything! by Gitika
• 65,770 points
962 views
0 votes
1 answer

How to include SQLite database in executable Jar?

Hello @kartik, I have found two different ways ...READ MORE

May 8, 2020 in Java by Niroj
• 82,840 points
4,359 views
0 votes
1 answer

Errors in fields not displaying on Django admin form?

Hiii, Here is how you can see what ...READ MORE

Apr 29, 2020 in Python by Niroj
• 82,840 points
4,716 views
+1 vote
1 answer

How to deploy war file into the Websphere using ansible playbook

Hi@M, You can use the below-given example. - name: ...READ MORE

Jun 29, 2020 in Ansible by MD
• 95,460 points
2,443 views
0 votes
1 answer

How to create a memory leak in Java?

Hello @kartik, A simple thing to do is ...READ MORE

Jul 28, 2020 in Java by Niroj
• 82,840 points
823 views
0 votes
2 answers

Project Manager interview preparation.

I suggest collecting key information about organizations ...READ MORE

Jul 30, 2020 in PMP by Jacob priyadarshi
684 views
0 votes
1 answer

Project management without project managers!

Certain aspects of Project Manager can be ...READ MORE

Aug 3, 2020 in PMP by Keith
579 views
0 votes
1 answer

What is the Python logic to count the number of capital letters in a file?

Hi, You can use this piece of code, ...READ MORE

Jun 26, 2020 in Python by Roshni
• 10,480 points
2,216 views
+1 vote
1 answer

not able to see all columns and rows of a pandas DataFrame?

Hi@akhtar, Your data set contains lots of rows ...READ MORE

Apr 8, 2020 in Machine Learning by MD
• 95,460 points
5,569 views
0 votes
1 answer

What is the difference between a Project Manager and Scrum Master?

Scrum Master is the most misunderstood role ...READ MORE

Jul 24, 2020 in PMP by Gitika
• 65,770 points

edited Jun 27, 2023 by Khan Sarfaraz 979 views