Trending questions in Edureka Community

0 votes
0 answers

what are the problems associated with big data

what are the problems associated with big ...READ MORE

Jan 7, 2022 in Big Data Hadoop by surbhi
• 3,820 points
1,688 views
0 votes
0 answers

how to fork a Ethereum chain

how to fork a Ethereum blockchain ? what ...READ MORE

Feb 4, 2022 in Blockchain by pawan

edited Mar 4, 2025 447 views
0 votes
0 answers

Jenkins installation problem

Hello Edureka Team I am facing with problems ...READ MORE

Feb 2, 2022 in Others by Aziza

edited Mar 4, 2025 511 views
0 votes
0 answers

how to ignore zero values

time =int(input()) day = time // (24 * ...READ MORE

Jan 31, 2022 in Python by anonymous

edited Mar 4, 2025 580 views
0 votes
1 answer

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

Apr 6, 2020 in Python by MD
• 95,460 points
29,243 views
0 votes
0 answers
0 votes
3 answers

Artificial intelligence Interview questions

Some frequently asked AI interview questions to ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
• 610 points
2,975 views
0 votes
0 answers

Jenkins to run ansible playbook to manage remote host

I have installed Jenkins and Ansible in ...READ MORE

Jan 30, 2022 in Others by Dhaneesh

edited Mar 4, 2025 540 views
0 votes
1 answer

what is hbase in hadoop?

HBase is an open-source non-relational distributed database ...READ MORE

Dec 14, 2021 in Big Data Hadoop by anonymous
2,519 views
+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 46,546 views
0 votes
0 answers

IndentationError: expected an indented block

I keep getting this error irrespective of ...READ MORE

Jan 30, 2022 in Python by anonymous

edited Mar 4, 2025 514 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

Apr 29, 2024 in Power BI by anonymous
• 1,420 points
2,106 views
0 votes
1 answer

ImportError: No module named matplotlib.pyplot

Hi@akhtar, It seems you don't have matplotlib library ...READ MORE

Jun 22, 2020 in Python by MD
• 95,460 points
25,803 views
+1 vote
2 answers

How to replace a value in a data frame based on a conditional 'If' statement?

It's easier to convert alpha to characters ...READ MORE

Jun 6, 2018 in Data Analytics by Sahiti
• 6,370 points
38,055 views
0 votes
0 answers

I am unable to install packages on jenkins it was showing "An error occurred during installation: Forbidden"

Please let me know how to fix ...READ MORE

Dec 9, 2021 in Jenkins by anonymous
• 120 points
2,730 views
0 votes
1 answer

what is hadoop ecosystem?

Hadoop Ecosystem is neither a programming language ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
2,332 views
0 votes
1 answer

what was Hadoop written in?

The Hadoop framework is primarily developed in ...READ MORE

Dec 14, 2021 in Big Data Hadoop by Edureka
• 12,730 points
2,467 views
0 votes
0 answers

What can be a good salary package in CTC of 3 year experience UIPath developer for bangalore location?

What can be a good salary package ...READ MORE

Jan 19, 2022 in RPA by tej
• 150 points

edited Mar 4, 2025 932 views
0 votes
0 answers

java : how to read dbf fiels and add them in a database

hi , is there a way to ...READ MORE

Jan 27, 2022 in Java by how

edited Mar 4, 2025 584 views
0 votes
0 answers

How do I start a DevOps career?

Jan 12, 2022 in Other DevOps Questions by Vaani
• 7,070 points
1,225 views
0 votes
1 answer

which devops principle appreciates measuring process?

Continuous Improvement appreciates measuring process in DevOps ...READ MORE

Jan 5, 2022 in DevOps and Microservices by Neha
• 9,020 points
1,642 views
0 votes
1 answer

How do you import a javascript package from a cdn/script tag in React?

Hello, Go to the index.html file and import ...READ MORE

Jun 4, 2020 in Angular by Niroj
• 82,800 points
26,528 views
0 votes
0 answers

please tell what to do

READ MORE

Jan 28, 2022 in Python by anonymous
• 120 points

edited Mar 4, 2025 528 views
0 votes
0 answers

why do we hide data to user in python

in data abstraction, oops concept READ MORE

Jan 28, 2022 in Python by AHMED

edited Mar 4, 2025 519 views
0 votes
0 answers

Uber like App on blockchain: The Project Model || How to build one ?

Suppose I wanna launch a uber-like carpooling ...READ MORE

Jan 27, 2022 in Blockchain by Saswata

edited Mar 4, 2025 538 views
0 votes
1 answer

what is ARN in AWS?

Amazon Resource Names (ARN) uniquely identify AWS ...READ MORE

Jan 10, 2022 in AWS by Rahul
• 2,120 points
1,381 views
0 votes
0 answers

How can a traditional SDLC be replaced with DevOps?

Jan 12, 2022 in Other DevOps Questions by Vaani
• 7,070 points
1,165 views
0 votes
0 answers

Anyone can help me out to understand the semantic of (document.getElementBYId("demo").innerHTML="Hello") ?

Hello guys, Can Someone helps me to find ...READ MORE

Jan 17, 2020 in Web Development by anonymous
• 37,520 points
1,858 views
0 votes
0 answers

[URGENT] Talend : how can i read DBF files , i found no way ??

 Hi ,   i want to read .dbf files ...READ MORE

Jan 27, 2022 in Java by aminegac
• 570 points

edited Mar 4, 2025 508 views
0 votes
0 answers

How to migrate jenkins from windows to linux?

Presently, we are running Jenkins in the ...READ MORE

Jan 23, 2022 in Jenkins by tharun

edited Mar 4, 2025 660 views
0 votes
1 answer

What is apache hadoop?

Apache Hadoop is an open-source framework that ...READ MORE

Dec 14, 2021 in Big Data Hadoop by anonymous
2,356 views
0 votes
0 answers

what is the goal of artificial intelligence?

Jan 6, 2022 in Others by Edureka
• 13,730 points
1,352 views
0 votes
0 answers

Is there any way to preserve the actual function, even after wrapping up with a decorator in python?

@dec_sub def sub(a, b): ...READ MORE

Jan 25, 2022 in Python by anonymous

edited Mar 4, 2025 522 views
0 votes
0 answers

i fetch the value of a enum constant from database(spring boot)

i have a enum class  ,now i ...READ MORE

Jan 24, 2022 in Others by swapna

edited Mar 4, 2025 548 views
0 votes
1 answer

How to save a Docker image in tar file?

docker save -o image name READ MORE

Sep 8, 2022 in Docker by anonymous

edited Mar 5, 2025 5,988 views
0 votes
0 answers

what is artificial intelligence in hindi?

Dec 17, 2021 in Others by Edureka
• 13,730 points
1,675 views
0 votes
0 answers
0 votes
1 answer

How to Call a Class From another class?

Suppose you have two classes: Class1: public class Class1 ...READ MORE

Aug 8, 2018 in Selenium by Meci Matt
• 9,460 points
55,106 views
0 votes
0 answers

How to start step by step learning of data analyst. What to start first R or Sql or Paython or tableau?

I don't have any previous knowledge of ...READ MORE

Jan 23, 2022 in Data Analytics by anonymous

edited Mar 4, 2025 562 views
0 votes
1 answer

Input() error - NameError: name '…' is not defined

Hello @kartik, You should use raw_input if you are ...READ MORE

May 5, 2020 in Python by Niroj
• 82,800 points
27,623 views
0 votes
0 answers

I have written python function which would like to take args from user rather passing manually inside the code

Hi Team, I have written a python function ...READ MORE

Jan 23, 2022 in Python by Venkatesh

edited Mar 4, 2025 522 views
0 votes
1 answer

what is blockchain private key?

A cryptocurrency user's private key is what ...READ MORE

Jan 7, 2022 in Blockchain by Edureka
• 12,730 points
1,218 views
0 votes
0 answers

what is selenium used for?

Dec 17, 2021 in Ask us Anything! by Edureka
• 13,730 points
1,605 views
0 votes
1 answer

what is aws lambda function?

AWS Lambda is a serverless computing service ...READ MORE

Jan 7, 2022 in Others by Edureka
• 12,730 points
1,153 views
0 votes
1 answer

fatal: could not create work tree dir 'C:/Program Files/Git/data': Permission denied

Hi@akhtar, You may get this error if your ...READ MORE

Jun 14, 2020 in Git & GitHub by MD
• 95,460 points
25,854 views
0 votes
1 answer

How to return an array from an AJAX call?

Hello @kartik, Use JSON to transfer data types (arrays and ...READ MORE

Nov 14, 2020 in PHP by Niroj
• 82,800 points
19,203 views
0 votes
1 answer

What is hacking in cyber security?

Hacking refers to the misuse of devices ...READ MORE

Dec 14, 2021 in Cyber Security & Ethical Hacking by Aditi
• 300 points
2,137 views
0 votes
1 answer

What is the difference between driver.get() and driver.navigate.to() methods?

Hi Anandita, driver.get() method is used to ...READ MORE

May 30, 2019 in Selenium by Murad
42,266 views