Trending questions in Edureka Community

0 votes
1 answer

What is query editor in Power BI?

Hi, Power BI Desktop also comes with Power ...READ MORE

Feb 4, 2020 in Power BI by Rishikesh
5,224 views
0 votes
1 answer

I am trying to install visualize on my python 3.8 but i end up with the followinf error.

Hi@Avinash, I think the module name is visualization ...READ MORE

Apr 27, 2020 in Python by MD
• 95,460 points
1,664 views
0 votes
0 answers

I am trying to install PyBase64 on my python 3.8. But I end up with the following error:

$ pip install pybase ERROR: Could not find ...READ MORE

Mar 24, 2020 in Python by Nishant
• 210 points
3,118 views
0 votes
1 answer

How to create one crontab job in Linux?

Hi@akhtar, To configure crontab in your system, you ...READ MORE

May 13, 2020 in Linux Administration by MD
• 95,460 points
931 views
0 votes
2 answers

Replacements for switch statement in Python?

The recommended path for Python 3.10 which ...READ MORE

Feb 9, 2022 in Python by Soham
• 9,710 points
985 views
+1 vote
1 answer

What are the best online web development course?

Hello, First,I'll suggest you learn the basics to ...READ MORE

May 13, 2020 in Career Counselling by Niroj
• 82,840 points
874 views
0 votes
1 answer

Which are some best Docker tutorials for beginners?

Hi@akhtar As a beginner, I have gone through some youtube ...READ MORE

May 14, 2020 in Docker by MD
• 95,460 points
863 views
0 votes
1 answer

Which is the best AWS online training institute?

Hi@akhtar There are a number of institutes which ...READ MORE

May 20, 2020 in AWS by MD
• 95,460 points
605 views
0 votes
0 answers

Not able to import images.

It show my syntax is incorrect.Please help ...READ MORE

May 15, 2020 in Machine Learning by sangeethstanly
• 120 points
881 views
0 votes
1 answer

What skills are required to be a Hadoop developer?

Hi@akhtar, To become a Hadoop developer, you should ...READ MORE

May 15, 2020 in Big Data Hadoop by MD
• 95,460 points
811 views
+2 votes
1 answer

Not able to create docker robot framework image

Did your try FROM Python3 READ MORE

Aug 21, 2020 in Docker by anonymous
2,249 views
0 votes
1 answer

How to install Laravel via composer?

Hello, This is simple you just need to ...READ MORE

Mar 23, 2020 in Laravel by Niroj
• 82,840 points
3,097 views
0 votes
1 answer

Which institute provides Docker online training?

Hi@akhtar There are a number of institutes which ...READ MORE

May 14, 2020 in Docker by MD
• 95,460 points
844 views
0 votes
2 answers

How to add an image to shiny application?

Hi Prachi. To include an image in the ...READ MORE

Aug 30, 2019 in Data Analytics by anonymous
• 33,030 points
12,491 views
0 votes
1 answer

Can someone tell me how to solve the Hyperledger playground installation issue?

Hey, @Ratul, I would suggest using this command ...READ MORE

May 13, 2020 in Blockchain by Gitika
• 65,770 points
985 views
0 votes
1 answer

'javac' is not recognized as an internal or external command, operable program or batch file.

Hey @Paridhi, check this out https://www.edureka.co/community/4800/unable-resolve-error-recognized-internal-external-command This should solve ...READ MORE

Apr 20, 2020 in Java by Sirajul
• 59,230 points
1,949 views
0 votes
1 answer

How to merge with squash in Git?

Hi@akhtar, If you want to merge your data ...READ MORE

May 13, 2020 in Git & GitHub by MD
• 95,460 points
899 views
0 votes
2 answers

“geth attach” command shows error: Fatal: Unable to attach to remote geth

please check from root, sudo -i geth attach READ MORE

Nov 7, 2020 in Blockchain by balachandar
• 140 points
7,423 views
0 votes
1 answer

configure mysql database using docker-compose.

Hi@akhtar, To configure mysql database using docker-compose, you ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,460 points
2,130 views
0 votes
2 answers

Removing Title bar in Tkinter program

you can remove the title bar by ...READ MORE

Mar 19, 2019 in Python by anonymous
20,815 views
0 votes
1 answer
0 votes
0 answers

Which are the best python youtube tutorials?

READ MORE

May 20, 2020 in Career Counselling by Roshni
• 10,480 points
603 views
0 votes
1 answer

Where can I get best spark tutorials for beginners?

Hi@akhtar There are lots of online courses available ...READ MORE

May 14, 2020 in Apache Spark by MD
• 95,460 points
813 views
0 votes
1 answer

How can I extract data dynamically

you need to use for loop in ...READ MORE

Apr 28, 2020 in RPA by vikky
• 520 points
1,583 views
0 votes
1 answer

Which are the best online courses available for machine learning?

Hi@akhtar, I also faced the same situation. To ...READ MORE

May 14, 2020 in Career Counselling by MD
• 95,460 points
808 views
0 votes
1 answer

TypeError: unsupported operand type(s) for -: 'list' and 'int'

Hey, @William For me the code is working ...READ MORE

Mar 11, 2020 in Python by Roshni
• 10,480 points
3,585 views
0 votes
1 answer

How can I update NodeJS and NPM to the next versions?

Hello @kartik, First check your NPM version npm -v 1).Update ...READ MORE

May 5, 2020 in Java-Script by Niroj
• 82,840 points
1,187 views
0 votes
1 answer

I passed my B.com in 2013. What are career prospectives that I can go through to be employed ?

Hello Kushasan, Well, there are a lot of ...READ MORE

May 12, 2020 in Career Counselling by Niroj
• 82,840 points
926 views
0 votes
1 answer

Error: npm ERR! write after end

Hello @kartik, Let, update the latest version of ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
1,752 views
+5 votes
5 answers

Jenkins properties file

Follow these steps: 1. Install ‘EnvInject’ plug-in in the Jenkins ...READ MORE

Aug 2, 2018 in Jenkins by lina
• 8,220 points
28,616 views
0 votes
1 answer

How to create Pivot Tables in Power BI?

Hey, First of all, there is no "Pivot ...READ MORE

Feb 6, 2020 in Power BI by Gitika
• 65,770 points
5,021 views
0 votes
0 answers

name error: name 'symtr' is not globally defined

class Solution(object):     def symtr(self,root1, root2):         if(root1==None and root2==None):             return True         elif(root1==None ...READ MORE

May 14, 2020 in Python by anonymous
• 120 points
835 views
0 votes
1 answer

How to read test data from an excel sheet and use it to test facebook login in Selenium Webdriver?

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

Jul 17, 2019 in Selenium by Abha
• 28,140 points
13,850 views
0 votes
1 answer

Which is the best website to learn AngularJs with certificate?

Hii @kartik, If you are a web developer ...READ MORE

May 15, 2020 in Career Counselling by Niroj
• 82,840 points
724 views
0 votes
1 answer

Python code to send an email with an attachment

Hi @Vipul, try out this code. I've ...READ MORE

Jun 11, 2019 in Python by Adil
15,359 views
0 votes
1 answer

anyone can give suggestion for video conferencing

Hello Prakash Motiani I would be suggesting you ...READ MORE

May 9, 2020 in Others by Anadya

edited May 13, 2020 by Gitika 1,116 views
0 votes
1 answer

Which technology should I learn to get a good job in current pandemic COVID situation?

Hi@akhtar, There are lots of technologies available that you ...READ MORE

May 13, 2020 in Career Counselling by MD
• 95,460 points
797 views
0 votes
1 answer

net::ERR_CERT_COMMON_NAME_INVALID)

Hi@akhtar, The website address is not matching the ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,460 points
2,551 views
0 votes
1 answer

How can I remove headers from dataframe?

You can use filter to do this. ...READ MORE

Feb 15, 2019 in Apache Spark by Aryan
20,379 views
0 votes
1 answer

Which is the best site to learn python online with certification?

Hey, I think if you are a beginner, ...READ MORE

May 13, 2020 in Career Counselling by Gitika
• 65,770 points

edited May 19, 2020 by Gitika 773 views
0 votes
1 answer

Suggest me a good course

Hi, @Venkat, As per your description, I can ...READ MORE

May 13, 2020 in Ask us Anything! by Gitika
• 65,770 points
951 views
0 votes
1 answer

How can we track Google Analytics on a redirection page with PHP?

Hello @kartik, Since the page that is sending ...READ MORE

Apr 29, 2020 in PHP by Niroj
• 82,840 points
1,374 views
0 votes
0 answers

Filter column name and copy in new Excel sheet

Hi Team, I’m facing an issue while filtering ...READ MORE

Mar 24, 2020 in RPA by Vishwanth
• 150 points
2,976 views
0 votes
1 answer

How to call setUndecorated() after a frame is made visible?

Hello kartik, You can Try: dispose(); setUndecorated(true); setVisible(true); Check it Out. Hope ...READ MORE

Apr 21, 2020 in Java by Niroj
• 82,840 points
1,709 views
0 votes
1 answer

How to change Laravel official name to any customize name?

Hey, You just need to go Laravel folder through ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,840 points
3,222 views
0 votes
1 answer

How to connect to mysql with laravel?

Hello, Laravel makes it very easy to manage ...READ MORE

Apr 9, 2020 in Laravel by Niroj
• 82,840 points
2,228 views
0 votes
1 answer

Error “ETXTBSY: text file is busy” on npm install

Hello, 1.Make sure to update node to latest ...READ MORE

Apr 14, 2020 in Laravel by Niroj
• 82,840 points
2,014 views
0 votes
1 answer

Can someone tell me how to solve the Hyperledger playground installation issue?

I used those commands but the couldn't ...READ MORE

May 5, 2020 in Blockchain by Ratul
• 180 points
1,095 views