Trending questions in Edureka Community

0 votes
1 answer

How to monitor metrics of Linux system?

Hi@akhtar, To connect your system's metrics with Prometheus ...READ MORE

May 27, 2020 in DevOps & Agile by MD
• 95,460 points
638 views
0 votes
1 answer

What are the best Jenkins tutorial available?

Hi@akhtar You can find lots of resources available ...READ MORE

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

ImportError: matplotlib requires dateutil"

Hi@akhtar, The dateutil module provides powerful extensions to the standard ...READ MORE

Apr 9, 2020 in Python by MD
• 95,460 points
2,699 views
0 votes
1 answer

AttributeError: 'module' object has no attribute 'HTTPSConnection'

Hi@akhtar, You have to install openssl and openssl-devel before ...READ MORE

Apr 20, 2020 in Python by MD
• 95,460 points
2,213 views
0 votes
1 answer

I am an E-Commerce App developer, can i be a Devops Engineer

Hi, @Rachit, If the E-commerce industries want to ...READ MORE

May 26, 2020 in Career Counselling by Gitika
• 65,770 points
706 views
+1 vote
5 answers

Set containers timezones by using docker compose.

version "2" services: serviceA: ...READ MORE

Jul 9, 2018 in Docker by Atul
• 10,240 points
23,643 views
0 votes
2 answers

How to check if a csv file is empty in pandas?

Try this: df = pd.DataFrame(columns=['Name', 'ID', 'Department']) if df.empty ...READ MORE

Jul 1, 2019 in Python by Bob
14,896 views
0 votes
1 answer

What is enumeration in ethical hacking?

Enumeration is a part of the first ...READ MORE

Feb 3, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

edited Oct 6, 2021 by Sarfaraz 5,533 views
0 votes
1 answer

AttributeError: module 'tensorflow.compat' has no attribute 'v1'

Hi@Usman, It seems you are using an older ...READ MORE

Jul 19, 2020 in Machine Learning by MD
• 95,460 points
3,916 views
0 votes
0 answers

I am trying to build a pong game this is what they showed me.

import turtle wn = turtle.Screen() wn.bgcolor("blue") wn.tracer(0) #Paddle A paddle_a = turtle.Turtle() paddle_a.speed(0) paddle_a.shape("square") paddle_a.color("red") paddle_a.ShapeSize paddle_a.penup() paddle_a.goto(-350, ...READ MORE

May 23, 2020 in Python by Praise
• 120 points

edited May 25, 2020 by Gitika 842 views
0 votes
1 answer

What to combine two tables into one.

Hii Nikola, I think you need to UNION ALL otherwise you ...READ MORE

May 21, 2020 in Database by Niroj
• 82,840 points
1,040 views
0 votes
2 answers

Azure DevOps and its need?

Azure DevOps is a hosted service providing ...READ MORE

Aug 29, 2020 in Azure by nbavis
• 380 points
1,507 views
0 votes
1 answer

How do I log a Python error with debug information?

Hii, In most applications, you won't be calling ...READ MORE

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

What are good big data courses for freshers?

Hi@akhtar, There are lots of Big Data courses ...READ MORE

May 15, 2020 in Big Data Hadoop by MD
• 95,460 points
1,091 views
+1 vote
1 answer

How to change columname in a dataframe

Hi@shanmugam, You can change your column by using ...READ MORE

May 21, 2020 in Big Data Hadoop by MD
• 95,460 points
810 views
0 votes
1 answer

How can I implement my own $(document).ready functionality without using jQuery?

Hello @kartik,  There are three options: If script is the last ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,840 points
1,820 views
0 votes
1 answer

If OpenStack is free, then why do people use the cloud of other cloud vendors considering they are paid?

Hi@akhtar, Though Openstack is free and open, it has ...READ MORE

Mar 19, 2020 in OpenStack by MD
• 95,460 points
3,552 views
0 votes
1 answer

How to make an Android device vibrate?

Hello @kartik, Try: import android.os.Vibrator; Vibrator v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); // ...READ MORE

May 25, 2020 in Java by Niroj
• 82,840 points
659 views
0 votes
1 answer

Error:Installation Issue with matplotlib Python

Hii @kartik, I assume you have installed the ...READ MORE

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

ImportError: cannot import name minimum_spanning_tree

Hi@akhtar, I think there may be problem in ...READ MORE

Apr 20, 2020 in Machine Learning by MD
• 95,460 points
2,151 views
0 votes
1 answer

how to run test cases of different modules with same marker at a time using pytest

Hey,@Nikitha, Suppose you have multiple files say test_sample1.py, test_sample2.py. To ...READ MORE

Apr 28, 2020 in Python by Gitika
• 65,770 points
1,805 views
0 votes
1 answer

Which system variable can be used for reading data from CSV/text file in Automation Anywhere?

Hello, FileData Column(col_name) is the system variable which ...READ MORE

Oct 17, 2019 in RPA by Abha
• 28,140 points
10,240 views
0 votes
1 answer

How to share images in GitHub from local system?

Hi@akhtar, You can follow the below steps to ...READ MORE

May 7, 2020 in Git & GitHub by MD
• 95,460 points
1,418 views
0 votes
0 answers

How I can check where the data is actually stored when we deploy blockchain?

How I can check where the data ...READ MORE

May 14, 2020 in Blockchain by Zara
• 140 points
1,145 views
0 votes
1 answer

How to count lines in a file on hdfs command?

Use the below commands: Total number of files: hadoop ...READ MORE

Aug 10, 2018 in Big Data Hadoop by Neha
• 6,300 points
28,910 views
0 votes
1 answer

ARP Spoofing stops victim internet connection.

This happens if you have not enabled ...READ MORE

Jul 25, 2019 in Cyber Security & Ethical Hacking by Anis
13,807 views
0 votes
1 answer

How to check whether a pandas DataFrame is empty?

Hello @kartik, I use the len function. It's much faster ...READ MORE

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

Error: kafka/Kafka : Unsupported major.minor version 52.0

Hi@akhtar, As the above error shows that the ...READ MORE

Mar 31, 2020 in Apache Kafka by MD
• 95,460 points
2,993 views
0 votes
1 answer

Which is the best AWS training center in Bangalore?

Hi@akhtar As you mentioned, that you have moved ...READ MORE

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

Where can I learn the Jenkins pipeline?

Hi@akhtar You can find lots of resources available ...READ MORE

May 21, 2020 in Jenkins by MD
• 95,460 points
783 views
0 votes
0 answers

nullpointer exception

import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Testscript01 ...READ MORE

Apr 30, 2020 in Selenium by Syed
• 120 points
1,725 views
0 votes
1 answer

How to make JTable both AutoResize and horizontall scrollable?

Hello @kartik, If for some reason customising JTable ...READ MORE

Apr 21, 2020 in Java by Niroj
• 82,840 points
2,068 views
+1 vote
1 answer

How do I start learning data analytics step by step?

Hii @kartik, Follow the below steps that would ...READ MORE

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

How to migrate a PostgreSQL database into a SQLServer one?

Hello @kartik, The easier way to accomplish this. First ...READ MORE

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

What career opportunities are there for someone who worked as a business intelligence analyst after MBA?

Hey, @Kushal, Millions of profiles anticipating skilled BI ...READ MORE

May 21, 2020 in Career Counselling by Gitika
• 65,770 points
776 views
0 votes
2 answers

Listing the pricing differences between AWS, Azure and GCP? Which cloud provider is cheaper and cost-effective ?

I wouldn’t say that there is one ...READ MORE

Aug 29, 2020 in GCP by nbavis
• 380 points
2,429 views
0 votes
1 answer

env : R : No such file or directory

Hi@akhtar, I also got this error. I am able to ...READ MORE

Jul 22, 2020 in Apache Spark by MD
• 95,460 points
1,833 views
+1 vote
1 answer

Want to know how to write paragraph on image using pillow python?

Hi, @Shantanu, You can make use of the ...READ MORE

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

Which is the best tutorial for learning Node.js with certification?

Hello @kartik, I think there a pretty good ...READ MORE

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

How to use node_modules within Electron?

Hii @kartik, The current problem is that I ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
2,007 views
0 votes
1 answer

What is the best machine learning website?

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

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

web scraping using python

Hey, @Pythonist, You can try this, ##################################### Method 1 import ...READ MORE

May 6, 2020 in Python by Gitika
• 65,770 points
1,409 views
0 votes
1 answer

How to unzip a list of tuples into individual lists?

Hello @kartik, zip is its own inverse! Provided you ...READ MORE

Apr 23, 2020 in Python by Niroj
• 82,840 points
1,963 views
0 votes
0 answers

How to write date text in excel sheet?

May 18, 2020 in Selenium by sukanya
• 120 points
914 views
0 votes
1 answer

Which is the best rpa certification?

I would suggest Edureka's RPA Certification. Do check ...READ MORE

May 15, 2020 in Career Counselling by Sirajul
• 59,230 points
1,012 views
+1 vote
1 answer

What are some best sites available to learn Kubernetes?

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

May 23, 2020 in DevOps & Agile by MD
• 95,460 points
672 views
0 votes
2 answers

Azure cloud cost & Pricing.

Azure offers a pay-as-you go pricing model. ...READ MORE

Aug 29, 2020 in Azure by nbavis
• 380 points

edited Sep 4, 2020 by nbavis 1,200 views
0 votes
1 answer

Copy paste data from Excel to tool using UI path

Your query is similar to https://www.edureka.co/community/4005 ...READ MORE

Apr 8, 2020 in RPA by Sirajul
• 59,230 points
2,622 views