Trending questions in Edureka Community

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
4,915 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,929 views
0 votes
1 answer

How can I find script's directory with Python?

Hii, You need to call os.path.realpath on __file__, so that when __file__ is ...READ MORE

May 11, 2020 in Python by Niroj
• 82,840 points
799 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,256 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,050 views
+2 votes
1 answer

EC2 Instance Ping

Hi, You set inbound rule to your instance. ...READ MORE

May 11, 2020 in AWS by MD
• 95,460 points
721 views
0 votes
0 answers

error while executing the OAuthFactory statement

READ MORE

May 12, 2020 in Data Analytics by AKULA.
• 120 points
787 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,651 views
+1 vote
1 answer

jenkins and ant setup

Hi@sravan, I am not sure about your use ...READ MORE

May 15, 2020 by MD
• 95,460 points
572 views
0 votes
2 answers

Become a AI/ML Engineer

Hey, @Haritha, There are some points which you ...READ MORE

May 5, 2020 in Career Counselling by Gitika
• 65,770 points
1,019 views
+4 votes
0 answers

How to scroll up and down in Protractor?

I have a scroll bar inside Window. ...READ MORE

Feb 3, 2020 in Software Testing by Ingridd
• 160 points
4,896 views
0 votes
1 answer

Which is the best site to learn data analytics online with certification?

Hii @kartik, The course best suited for you ...READ MORE

May 15, 2020 in Career Counselling by Niroj
• 82,840 points
611 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,238 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,288 views
0 votes
1 answer

How to create branch in GitHub from my local Git repo?

Hi@akhtar, To sync your existing branch in GitHub, ...READ MORE

May 7, 2020 in Git & GitHub by MD
• 95,460 points
945 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
859 views
0 votes
0 answers

Find all the classes of the table tags

Create a nested list containing classes of ...READ MORE

Apr 24, 2020 in Python by Abhishek
• 120 points
1,557 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,133 views
0 votes
1 answer

What is the procedure to update spyder on Anaconda?

This is a pretty simple thing to ...READ MORE

Aug 19, 2019 in Python by Arvind
• 3,050 points
12,243 views
0 votes
1 answer

How to perform convolution operation between two image pixels?

Hi@akhtar, This convolution function is a part of ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,460 points
845 views
0 votes
1 answer

How to configure smtp server using python?

Hi@akhtar, To set smtp server in your system, ...READ MORE

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

Any blockchain developer available who could resolve my queries?

I am implementing a project in ethereum. ...READ MORE

May 14, 2020 in Blockchain by Zara
• 140 points
654 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,265 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
1,916 views
0 votes
0 answers

Close do window

I have the following code driver = webdriver.Chrome(executable_path=r'/home/ruben/Documentos/Robô_Neobux/chromedriver') driver.get(Url) driver.maximize_window() time.sleep(2) Login=driver.find_element_by_id("Kf1").send_keys(Nome_De_Utilizaor) Login=driver.find_element_by_id('Kf2').send_keys(Passoword) time.sleep(15) Login=driver.find_element_by_id('botao_login') Login.click() time.sleep(10) forex ...READ MORE

May 12, 2020 in Selenium by Ruben
• 120 points
734 views
0 votes
1 answer

Where can I start learning Artificial Intelligence and Machine learning?

Hi@akhtar, If you are a beginner then you ...READ MORE

May 13, 2020 in Machine Learning by MD
• 95,460 points
651 views
0 votes
1 answer

Jenkins Window slave connectivty issue

Hi@vinay, Caused by: java.net.ConnectException: Connection refused: connect To avoid ...READ MORE

Feb 27, 2020 in Jenkins by MD
• 95,460 points
3,947 views
0 votes
1 answer

DatabaseError: current transaction is aborted, commands ignored until end of transaction block?

Hello @kartik, To get rid of the error, roll ...READ MORE

May 6, 2020 in Python by Niroj
• 82,840 points
939 views
0 votes
1 answer

How to query all the GraphQL type fields without writing a long query?

Hello @kartik, GraphQL query format was designed in order ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,840 points
1,631 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,136 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,416 views
0 votes
1 answer

Implement automation between Git and GitHub.

Hi@akhtar, Every Git repository has a .git/hooks folder with a ...READ MORE

May 4, 2020 in Git & GitHub by MD
• 95,460 points
1,025 views
0 votes
1 answer

How do I cancel charges? Someone signed up for this service (gcp) on my behalf

Hey @Lior, you can check the history ...READ MORE

May 6, 2020 in GCP by Sirajul
• 59,230 points
939 views
0 votes
1 answer

How to empty a redis database?

Hello @kartik, You have two options: FLUSHDB - clears currently ...READ MORE

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

How to Backup, Restore or Migrate data volumes in a docker container?

Steps to Backup a container 1)     ...READ MORE

Jul 3, 2019 in Docker by Sirajul
• 59,230 points
14,224 views
+1 vote
1 answer

​In ANN how the weight gets selected by the model INITIALLY?

Hi@Nandini, When you add your NN layer, it ...READ MORE

May 9, 2020 in Machine Learning by MD
• 95,460 points
750 views
0 votes
1 answer

kernel: java: page allocation failure. order:4, mode:0x20

Hi@akhtar, You may got this error because of ...READ MORE

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

What is redirection in Laravel?

Named route is used to give specific ...READ MORE

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

How to load Javascript in Wordpress Plugin?

Hello kartik, You need to specify when the ...READ MORE

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

Not able to access the data on EBS in AWS.

Hi@akhtar, You cannot access the data on EBS ...READ MORE

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

How to integrate Machine Learning with Spark?

Hi@akhtar, To integrate Hadoop with Spark, you need ...READ MORE

May 6, 2020 in Machine Learning by MD
• 95,460 points
890 views
0 votes
1 answer

How can I connect databases server to EC2 server?

Hi@Trinu, You can create one database in AWS ...READ MORE

May 1, 2020 in Database by MD
• 95,460 points
1,108 views
0 votes
1 answer

Server unexpectedly closed the connection.

Hi@akhtar, There are many reason to cause this scenario. ...READ MORE

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

How to Debug Variables like in PHP var_dump()?

Hello @kartik, Try out with the Smarty Session: {$smarty.session|@debug_print_var} or {$smarty.session|@print_r} To ...READ MORE

Apr 20, 2020 in PHP by Niroj
• 82,840 points
1,582 views
0 votes
1 answer

Error:SSL certificate error: unable to get local issuer certificate

Hii, If you don't have access to php.ini, adding ...READ MORE

Apr 15, 2020 in PHP by Niroj
• 82,840 points
1,791 views
0 votes
1 answer

How to create a zip archive of a directory in Python?

Hello @kartik, The easiest way is to use shutil.make_archive. ...READ MORE

May 11, 2020 in Python by Niroj
• 82,840 points
658 views
0 votes
1 answer

PowerQuery : How can I reference a cell's value?

You can do so using a named ...READ MORE

Feb 27, 2019 in Power BI by Shubham
• 13,490 points
19,630 views
0 votes
1 answer

Please help me below my question

Hope this helps! Also refer to https://www.edureka.co/blog/css-selectors-in-selenium/#Demo to learn ...READ MORE

May 11, 2020 in Selenium by kim
664 views
0 votes
1 answer

How to merge data between Git branches?

Hi@akhtar, You can merge your data between Git ...READ MORE

May 10, 2020 in Git & GitHub by MD
• 95,460 points
693 views