Trending questions in Edureka Community

0 votes
1 answer

what is machine learning and artificial intelligence?

Artificial intelligence (AI) is a technology that ...READ MORE

Jan 31, 2022 in Others by Edureka
• 12,690 points
570 views
0 votes
1 answer

Which of the following is not a hadoop output format?

The Hadoop Output Format checks the Output ...READ MORE

Dec 20, 2021 in Big Data Hadoop by Kavya
• 700 points
2,200 views
0 votes
0 answers

what does sql stand for?

Feb 1, 2022 in Database by Neha
• 9,020 points
328 views
+1 vote
1 answer

How can I run specific migration in laravel?

Hello @kartik, Use this command it worked for ...READ MORE

Aug 4, 2020 in Laravel by Niroj
• 82,840 points
23,808 views
0 votes
1 answer

How to rename a column using DAX in Power BI?

Hi Ramya, I found these two function that ...READ MORE

Aug 22, 2019 in Power BI by anonymous
• 33,050 points

edited Dec 31, 2021 by Soumya 38,912 views
0 votes
1 answer

What is yield in Laravel and what is the use of yield?

Hii kartik, In Laravel, @yield is principally used to define ...READ MORE

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

what is big data technology

Big data refers to extremely large, and ...READ MORE

Feb 1, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
795 views
0 votes
1 answer

How do I get the base URL with PHP?

Hello @kartik, Try this: <?php echo "http://" . $_SERVER['SERVER_NAME'] ...READ MORE

Sep 15, 2020 in PHP by Niroj
• 82,840 points
22,015 views
0 votes
1 answer

How can I access the MySQL command line with XAMPP for Windows?

Hello @kartik, Your MySQL binaries should be somewhere ...READ MORE

Aug 20, 2020 in PHP by Niroj
• 82,840 points
23,120 views
0 votes
1 answer

How can I send a message to a particular client with socket.io?

Hii, You can try the code below: io.to(socket.id).emit("event", data); whenever ...READ MORE

Apr 27, 2020 in Java-Script by Niroj
• 82,840 points
28,086 views
0 votes
0 answers

what is wrong here?print ('We have logged in as{0.user}'.format(client))

I need to ask where I got ...READ MORE

Oct 17, 2021 in Python by anonymous
• 120 points
500 views
0 votes
1 answer

what is big data concept

Big data refers to extremely large, and ...READ MORE

Feb 1, 2022 in Big Data Hadoop by CoolCoder
• 4,420 points
753 views
0 votes
2 answers

How to catch curl errors in PHP?

For (PHP 4 >= 4.0.3, PHP 5, ...READ MORE

Nov 9, 2020 in PHP by anonymous
• 160 points
20,402 views
+1 vote
1 answer

How to merge multiple DataTable with same columns but in different order

You can do one thing to arrange ...READ MORE

Aug 7, 2022 in RPA by Sanjit

edited Mar 5 6,786 views
0 votes
1 answer

AssertionError: <class 'numpy.ndarray'>

try below error df.loc['2020-07-06']. READ MORE

Sep 2, 2022 in Python by Nitin Pednekar

edited Mar 5 4,732 views
0 votes
1 answer

which aspect of devops continuous release to production?

Continuous Delivery is a DevOps feature that ...READ MORE

Jan 12, 2022 in DevOps Tools by Neha
• 9,020 points
1,206 views
0 votes
0 answers

Switch career from developer role to support engineer for Few time only

Hi All, I joined as a fresher ...READ MORE

Feb 5, 2022 in Java by anonymous

edited Mar 4 48 views
0 votes
0 answers

what is azure data factory?

Jan 18, 2022 in Others by Edureka
• 13,630 points
829 views
+1 vote
1 answer

How to load blade or php content into a view via ajax/jquery in laravel?

Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE

Apr 14, 2020 in Laravel by Niroj
• 82,840 points
28,551 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 47 views
0 votes
1 answer

What is the extension of archive file created in Hadoop?

Hadoop archive is a facility which packs ...READ MORE

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

How to connect to SQL Server database from JavaScript in the browser?

Hello @kartik, You shouldn´t use client javascript to ...READ MORE

Jul 21, 2020 in PHP by Niroj
• 82,840 points
24,287 views
0 votes
0 answers
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 69 views
0 votes
0 answers

Career Suggestion After a Huge Gap

This is Mallem Theja,  I've been completed ...READ MORE

Feb 2, 2022 in Career Counselling by Theja

edited Mar 4 53 views
+2 votes
1 answer

How to install the Google Cloud SDK in Windows system?

Hi@akhtar, To install the Google Cloud SDK on ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,460 points
22,687 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 61 views
+1 vote
2 answers

Flutter plugin not installed; this adds Flutter specific functionality.

Hatayı çözebildin mi? Bende de aynı hata ...READ MORE

Nov 21, 2020 in Others by Osman
21,498 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 68 views
0 votes
1 answer

When does the origins of the devops trace back to?

The origins of the DevOps trace back ...READ MORE

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

AttributeError: 'str' object has no attribute 'click'

Hey guys. i need help! I have ...READ MORE

Nov 8, 2021 in Python by anonymous
• 120 points
3,622 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 38 views
+1 vote
3 answers

Python error "AttributeError: 'Turtle' object has no attribute 'Shape'"

Hey @Nagya, replace python.Shape("Square") with the following: python.shape("square") Python is case ...READ MORE

Jun 19, 2019 in Python by Faiza
22,060 views
0 votes
1 answer

What are all the spying modes in Blue Prism?

Win 32 Mode, HTML Mode, Active Accessibility ...READ MORE

Jun 14, 2021 in RPA by Amit GAikwad

edited Mar 5 27,578 views
0 votes
1 answer

what does comptia stand for?

Computing Technology Industry Association READ MORE

Jan 7, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
1,008 views
0 votes
1 answer

How to disable div in html?

Hello @kartik, A simple way to disable any ...READ MORE

Aug 25, 2020 in Java-Script by Niroj
• 82,840 points
22,528 views
0 votes
1 answer

How to set environment variables from within package.json?

Hello @kartik, Set the environment variable in the ...READ MORE

Jul 13, 2020 in Node-js by Niroj
• 82,840 points
24,374 views
0 votes
1 answer

How to list the contents of Amazon S3 by modified date?

One easy solution would be probably to ...READ MORE

Aug 21, 2018 in AWS by datageek
• 2,540 points
54,263 views
0 votes
0 answers

please tell what to do

READ MORE

Jan 28, 2022 in Python by anonymous
• 120 points

edited Mar 4 38 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 33 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 65 views
0 votes
0 answers

How do I start a DevOps career?

Jan 12, 2022 in Other DevOps Questions by Vaani
• 7,070 points
705 views
+1 vote
1 answer

Avoid bot detection not working with Selenium

Looks like the website is protected by Bot Management service ...READ MORE

Jul 28, 2020 in Selenium by Kim
23,657 views
0 votes
1 answer

which of the following says hadoop provides does pig break?

Apache Pig is a platform for analyzing ...READ MORE

Dec 24, 2021 in Big Data Hadoop by Kavya
• 700 points
1,565 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 34 views
0 votes
1 answer

How to uninstall a package installed with pip install --user?

Having tested this using Python 3.5 and ...READ MORE

Dec 4, 2020 in Python by Gitika
• 65,770 points
18,090 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 35 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
677 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,132 views
0 votes
1 answer

How do I redirect in expressjs while passing some context?

Hello @kartik, The easiest way I have found ...READ MORE

Jul 14, 2020 in Node-js by Niroj
• 82,840 points
24,235 views