Trending questions in Edureka Community

0 votes
1 answer

How can I make a good career in the data analytics industry?

Hello @kartik, You should start learning it from ...READ MORE

May 14, 2020 in Career Counselling by Niroj
• 82,840 points
1,101 views
0 votes
0 answers

I cannot build and sync my gradle in androidstudio.

how to build and sync my gradle ...READ MORE

May 8, 2020 in Java by Edureka
• 120 points
1,401 views
0 votes
1 answer

What are the skills needed to become a data analyst?

Hello @kartik, The skills that you need to ...READ MORE

May 16, 2020 in Career Counselling by Niroj
• 82,840 points
1,049 views
+1 vote
1 answer

Which is more economical - Azure or AWS?

Hi@akhtar Currently there are three major players of ...READ MORE

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

pre-processing on NSL_KDD data set

Hi@arezoo, I don't know why  y_test = pd.get_dummies(y_test) is ...READ MORE

May 13, 2020 by MD
• 95,460 points
1,134 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
29,667 views
0 votes
1 answer

Mounting a Google cloud storage bucket to a GKE pod as a persistent disk.

Yes, its possible. There's a similar project,follow ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
10,209 views
0 votes
1 answer

How to take MySQL database backup using MySQL Workbench?

Hii, You can export like this: Hope this is ...READ MORE

May 4, 2020 in Database by Niroj
• 82,840 points
1,518 views
0 votes
1 answer

How can we change the page URL without refreshing the page?

Hello @kartik,  In HTML5 you can change the ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,840 points
1,816 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,730 points
1,191 views
0 votes
1 answer

Which is the best website to learn Advanced PHP with certificate?

Hello @kartik, You can start learning PHP in ...READ MORE

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

Getting different texts from the HTML DOM through Selenium and Python or vb.net

Apologies in advance had to hide info ...READ MORE

May 4, 2020 in Selenium by Rock
• 120 points
1,547 views
0 votes
1 answer

How do I learn Selenium on my own?

Hi Sam, You could probably go through a ...READ MORE

May 15, 2020 in Career Counselling by Sirajul
• 59,230 points
1,071 views
0 votes
1 answer

How can I set JFrame to appear centered, regardless of monitor resolution?

Hello @kartik, Use setLocationRelativeTo(null) This method has a special effect ...READ MORE

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

What skills are needed to get machine learning jobs?

Hi@akhtar, I would suggest you to start with ...READ MORE

May 14, 2020 in Career Counselling by MD
• 95,460 points
1,058 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,305 views
0 votes
1 answer

Error:WP_Query() does not return all entries

Hello, Try adding posts_per_page=-1 to the string of parameters passed ...READ MORE

May 8, 2020 in PHP by Niroj
• 82,840 points
1,316 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,299 views
0 votes
1 answer

How can one become front end web developer?

Hello @kartik, The quickest way to become front-end development ...READ MORE

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

Write a method

Hey, @MIH, You can follow this: public class ReverseNumber ...READ MORE

Jun 5, 2020 in Java by Gitika
• 65,770 points
804 views
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,383 views
0 votes
1 answer

What are the best sites available to learn Jenkins?

Hi@akhtar You can find lots of website which ...READ MORE

May 21, 2020 in Jenkins by MD
• 95,460 points
719 views
0 votes
1 answer

I want to download a file from the website by web scraping. Can anyone explain how to do this in jupyter lab (python) with an example?

Hey, Web scraping is a technique to automatically ...READ MORE

Apr 7, 2020 in Python by Gitika
• 65,770 points
2,617 views
0 votes
1 answer

How should I start learning Python?

Hey, @Roshni, The first and foremost step in ...READ MORE

May 13, 2020 in Career Counselling by Gitika
• 65,770 points
1,067 views
0 votes
1 answer

InternalError: Blas GEMM launch failed : a.shape=(128, 122), b.shape=(122, 64), m=128, n=64, k=122

Hey,@Gitika, I don't know, could you please help ...READ MORE

May 17, 2020 by arezoo
• 220 points
954 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,317 views
0 votes
1 answer

error:org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:456)] HDFS IO error java.io.IOException

Hi@akhtar, There may be problem in firewall, so ...READ MORE

Apr 23, 2020 in Big Data Hadoop by MD
• 95,460 points
1,928 views
0 votes
1 answer

Google Kubernetes Engine: Enable HTTPS for Service type

Hello @kartik, Specifically in Google Kubernetes Engine (GKE), ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,840 points
842 views
+1 vote
3 answers

How to run the Python program forever?

you can also do the old fashioned ...READ MORE

Jun 10, 2019 in Python by brianno
22,400 views
0 votes
1 answer

How to get the windows native look in Java GUI programming?

Hello Kartik,  You can try the syntax: UIManager.setLookAndFeel(PLAF); (Pluggable ...READ MORE

May 7, 2020 in Java by Niroj
• 82,840 points
1,296 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
2,110 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,772 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,050 points
12,642 views
0 votes
1 answer

Error: Client.VolumeLimitExceeded: Volume limit exceeded in AWS.

Hi@akhtar, The following are a few reasons why ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
1,688 views
+1 vote
1 answer

How to send an attachment with an email using UiPath?

Hey Rashid, if you wish to send ...READ MORE

Mar 11, 2019 in RPA by Anvi
• 14,150 points
19,532 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
989 views
0 votes
0 answers

Do we have any platform where we can submit spark application.

looking for a platform where we can ...READ MORE

May 12, 2020 in Apache Spark by anonymous
• 120 points
1,111 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,777 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,381 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
1,041 views
0 votes
1 answer

How to clone or copy a list?

Hello @kartik, With new_list = my_list, you don't actually ...READ MORE

May 15, 2020 in Python by Niroj
• 82,840 points
965 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,563 views
0 votes
0 answers

To Show Preview of Word Doc Using AzureBlob

May 18, 2020 in Azure by Kani
• 120 points
838 views
0 votes
1 answer

Error:Render form errors with the label rather than field name

Hello @kartik, There is a simple way to ...READ MORE

Apr 29, 2020 in Python by Niroj
• 82,840 points
1,610 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,340 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
966 views
0 votes
1 answer
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
909 views